From 8219b34ea4a4cef8cefb3d44af28375f28b6f11e Mon Sep 17 00:00:00 2001 From: "Desai, Kartikey H" Date: Wed, 19 Feb 2020 09:24:27 -0500 Subject: [PATCH] Fix formatting issues. Fixes #336 --- stix2/v21/observables.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/stix2/v21/observables.py b/stix2/v21/observables.py index 35c1e05f..ed560a62 100644 --- a/stix2/v21/observables.py +++ b/stix2/v21/observables.py @@ -7,13 +7,10 @@ from collections import OrderedDict import itertools -import warnings from ..base import _Extension, _Observable, _STIXBase from ..custom import _custom_extension_builder, _custom_observable_builder -from ..exceptions import ( - AtLeastOnePropertyError, DependentPropertiesError, STIXDeprecationWarning, -) +from ..exceptions import AtLeastOnePropertyError, DependentPropertiesError from ..properties import ( BinaryProperty, BooleanProperty, DictionaryProperty, EmbeddedObjectProperty, EnumProperty, ExtensionsProperty, FloatProperty,