Skip to content

Commit d4683bd

Browse files
[pre-commit.ci lite] apply automatic fixes for ruff linting errors
1 parent ce7f0d3 commit d4683bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sasdataloader/utest_sasdataload.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
)
2626
from sasdata.temp_ascii_reader import load_data as ascii_load_data
2727
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
2928
from sasdata.temp_sesans_reader import load_data as sesans_load_data
29+
from sasdata.temp_xml_reader import load_data as xml_load_data
3030

3131

3232
def local_load(path: str):

0 commit comments

Comments
 (0)