Skip to content

Commit bd6b6da

Browse files
committed
fix: use stix v2.0 version of CustomObject, ExternalReference
1 parent a542004 commit bd6b6da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mitreattack/stix20/custom_attack_objects.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
import stix2
66
import stix2.v20
7-
from stix2 import CustomObject, ExternalReference
87
from stix2.properties import (
98
BooleanProperty,
109
DictionaryProperty,
@@ -15,6 +14,7 @@
1514
TimestampProperty,
1615
TypeProperty,
1716
)
17+
from stix2.v20 import CustomObject, ExternalReference
1818

1919

2020
class CustomStixObject(object):

0 commit comments

Comments
 (0)