From d8a9fc23065336bad2e75de0a154889162e1525e Mon Sep 17 00:00:00 2001 From: Rich Piazza Date: Fri, 20 Mar 2020 13:15:42 -0400 Subject: [PATCH] flaky --- stix2/core.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/stix2/core.py b/stix2/core.py index 6f05bf9..055a4a6 100644 --- a/stix2/core.py +++ b/stix2/core.py @@ -10,7 +10,9 @@ import stix2 from .base import _Observable, _STIXBase from .exceptions import ParseError from .markings import _MarkingsMixin -from .utils import PREFIX_21_REGEX, TYPE_21_REGEX, TYPE_REGEX, EXT_21_REGEX, _get_dict +from .utils import ( + EXT_21_REGEX, PREFIX_21_REGEX, TYPE_21_REGEX, TYPE_REGEX, _get_dict, +) STIX2_OBJ_MAPS = {}