Skip to content

Commit

Permalink
Replace panther_analysis_tool import with updated import (#1230)
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Gibler authored May 7, 2024
1 parent 7db47bd commit cd042d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion global_helpers/global_helpers_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import sys
import unittest

from panther_analysis_tool.immutable import ImmutableCaseInsensitiveDict, ImmutableList
from panther_core.immutable import ImmutableCaseInsensitiveDict, ImmutableList

# pipenv run does the right thing, but IDE based debuggers may fail to import
# so noting, we append this directory to sys.path
Expand Down

0 comments on commit cd042d2

Please sign in to comment.