Skip to content

Commit 60596c0

Browse files
committed
renaming function
1 parent a4b038e commit 60596c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

servicex_analysis_utils/read_buffers.py

Lines changed: 3 additions & 3 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

2929
import awkward as ak
30-
from awkward.forms import RecordForm, NumpyForm, ListOffsetForm
30+
from awkward.forms import RecordForm
3131

3232

3333
def add_keys(original_form):
@@ -70,7 +70,7 @@ def is_branch_buffer(form_key, attribute, form):
7070
return f"{form_key}"
7171

7272

73-
def build_typetracer(form):
73+
def build_typetracer_with_report(form):
7474
"""
7575
Build a typetracer from an awkward form, adding keys to the RecordForm and ListOffsetForm.
7676
@@ -92,7 +92,7 @@ def build_typetracer(form):
9292
return tracer, report
9393

9494

95-
def necessary_branches(report):
95+
def get_necessary_branches(report):
9696
"""
9797
Utility function to get the necessary branches from a typetracer report.
9898

0 commit comments

Comments
 (0)