master
Desai, Kartikey H 2020-02-24 12:28:07 -05:00 committed by Chris Lenk
parent 8885a757cb
commit 82517ae284
1 changed files with 0 additions and 8 deletions

View File

@ -112,14 +112,6 @@ class CourseOfAction(STIXDomainObject):
('granular_markings', ListProperty(GranularMarking)),
])
def _check_object_constraints(self):
super(CourseOfAction, self)._check_object_constraints()
self._check_mutually_exclusive_properties(
["action_bin", "action_reference"],
at_least_one=False,
)
class Grouping(STIXDomainObject):
# TODO: Add link