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 ce7f0d3 commit d4683bdCopy full SHA for d4683bd
test/sasdataloader/utest_sasdataload.py
@@ -25,8 +25,8 @@
25
)
26
from sasdata.temp_ascii_reader import load_data as ascii_load_data
27
from sasdata.temp_hdf5_reader import load_data as hdf_load_data
28
-from sasdata.temp_xml_reader import load_data as xml_load_data
29
from sasdata.temp_sesans_reader import load_data as sesans_load_data
+from sasdata.temp_xml_reader import load_data as xml_load_data
30
31
32
def local_load(path: str):
0 commit comments