Skip to content

Commit

Permalink
fix: [stix2 import] Added missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisr3d committed Oct 10, 2024
1 parent c34418a commit 02fb9dd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
from ... import Mapping
from .stix2converter import InternalSTIX2Converter
from .stix2mapping import InternalSTIX2Mapping, STIX2Mapping
from stix2.v21 import Note
from typing import TYPE_CHECKING

if TYPE_CHECKING:
Expand Down

0 comments on commit 02fb9dd

Please sign in to comment.