Skip to content

Commit e1954db

Browse files
committed
remove unused raw arg
1 parent 2c88a67 commit e1954db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

servicex_analysis_utils/file_peeking.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ def build_deliver_spec(dataset):
189189

190190
return spec_python
191191

192-
def get_structure(dataset, **kwargs, raw=False):
192+
def get_structure(dataset, **kwargs):
193193
"""
194194
Utility function.
195195
Creates and sends the ServiceX request from user inputed datasets to retrieve file stucture.

0 commit comments

Comments
 (0)