Skip to content

Commit

Permalink
fix tests for incident
Browse files Browse the repository at this point in the history
  • Loading branch information
rpiazza committed Apr 7, 2024
1 parent 634d803 commit 9ca3d86
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion incident-ef7/src/incident/event.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@

import stix2
from stix2.properties import (BooleanProperty, EnumProperty, EmbeddedObjectProperty,
IntegerProperty, ListProperty, OpenVocabProperty,
ListProperty, OpenVocabProperty,
ReferenceProperty, StringProperty,
TimestampProperty)
from stix2.exceptions import ObjectConfigurationError
from stix2.v21.base import _STIXBase21

import incident.vocab as vocab
from incident.common import StateChange
Expand Down

0 comments on commit 9ca3d86

Please sign in to comment.