Skip to content

Commit

Permalink
[connector] fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
helene-nguyen committed Feb 14, 2025
1 parent 1f68ff4 commit db24f3e
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@
create_vulnerability_external_references,
timestamp_to_datetime,
)
from stix2 import Bundle, Identity
from stix2 import (
Bundle,
Identity,
)
from stix2 import Indicator as STIXIndicator # type: ignore
from stix2 import (
IntrusionSet,
Expand Down

0 comments on commit db24f3e

Please sign in to comment.