Skip to content

Commit

Permalink
pytx move storage outside of cli
Browse files Browse the repository at this point in the history
  • Loading branch information
haianhng31 committed Dec 13, 2024
1 parent 2a1d21b commit 73243f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

import flask

from threatexchange.cli.storage.interfaces import IContentTypeConfigStore
from threatexchange.storage.interfaces import IContentTypeConfigStore
from threatexchange.utils import dataclass_json
from threatexchange.content_type.content_base import ContentType
from threatexchange.signal_type.signal_base import SignalType
Expand Down

0 comments on commit 73243f8

Please sign in to comment.