Skip to content

Commit a4b038e

Browse files
committed
Adding utility imports to init
1 parent 4d63dc3 commit a4b038e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

servicex_analysis_utils/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2828
from .materialization import to_awk
2929
from .file_peeking import get_structure
30-
from .read_buffers import necessary_branches
30+
from .read_buffers import get_necessary_branches
3131

3232
__version__ = "1.0.2"
33-
__all__ = ["to_awk", "get_structure", "necessary_branches"]
33+
__all__ = ["to_awk", "get_structure", "get_necessary_branches"]

0 commit comments

Comments
 (0)