We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d63dc3 commit a4b038eCopy full SHA for a4b038e
servicex_analysis_utils/__init__.py
@@ -27,7 +27,7 @@
27
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28
from .materialization import to_awk
29
from .file_peeking import get_structure
30
-from .read_buffers import necessary_branches
+from .read_buffers import get_necessary_branches
31
32
__version__ = "1.0.2"
33
-__all__ = ["to_awk", "get_structure", "necessary_branches"]
+__all__ = ["to_awk", "get_structure", "get_necessary_branches"]
0 commit comments