Skip to content

Commit

Permalink
fix import for read_load_xml module
Browse files Browse the repository at this point in the history
  • Loading branch information
bikegeek committed Sep 23, 2024
1 parent 5771ded commit 88b9367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion METdbLoad/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
get_xml_test_file,
POINT_STAT_DATA_DIR,
)
from read_load_xml import XmlLoadFile
from METdbLoad.ush.read_load_xml import XmlLoadFile

# add METdataio directory to path so packages can be found
TOP_DIR = str(Path(__file__).parents[1])
Expand Down

0 comments on commit 88b9367

Please sign in to comment.