Skip to content

Commit

Permalink
fix test imports
Browse files Browse the repository at this point in the history
  • Loading branch information
prakaa committed Sep 27, 2022
1 parent a794cf9 commit 09bd43f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/test_processing_info_maps.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from nemosis import defaults
import pandas as pd
from datetime import datetime, timedelta
from NEMOSIS.nemosis import query_wrappers
from nemosis import query_wrappers


class TestSearchTypeValidity(unittest.TestCase):
Expand Down
2 changes: 1 addition & 1 deletion tests/test_query_wrappers.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import unittest
import pandas as pd
from NEMOSIS.nemosis import query_wrappers
from nemosis import query_wrappers
from pandas.testing import assert_frame_equal
from datetime import datetime
from nemosis import defaults
Expand Down

0 comments on commit 09bd43f

Please sign in to comment.