From 82517ae28499a9a1029d2ebacfcb65fd0b7612a0 Mon Sep 17 00:00:00 2001 From: "Desai, Kartikey H" Date: Mon, 24 Feb 2020 12:28:07 -0500 Subject: [PATCH] Fixes #338 --- stix2/v21/sdo.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/stix2/v21/sdo.py b/stix2/v21/sdo.py index 12a83bd..7685401 100644 --- a/stix2/v21/sdo.py +++ b/stix2/v21/sdo.py @@ -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