Skip to content

Commit

Permalink
fix, tmp: [stix2 import] Removing unused Observed Data Converter for now
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisr3d committed Jan 4, 2024
1 parent bdd63c5 commit 43a5989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misp_stix_converter/stix2misp/converters/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from .stix2_note_converter import STIX2NoteConverter # noqa
from .stix2_observable_objects_converter import STIX2ObservableObjectConverter # noqa
from .stix2_observed_data_converter import ( # noqa
ExternalSTIX2ObservedDataConverter, InternalSTIX2ObservedDataConverter)
InternalSTIX2ObservedDataConverter)
from .stix2_threat_actor_converter import( # noqa
ExternalSTIX2ThreatActorConverter, InternalSTIX2ThreatActorConverter)
from .stix2_tool_converter import ( # noqa
Expand Down

0 comments on commit 43a5989

Please sign in to comment.