From 6f60bed235e73f0d77d6e6860af142086cf2ca25 Mon Sep 17 00:00:00 2001 From: Michael Chisholm Date: Wed, 31 Mar 2021 16:21:35 -0400 Subject: [PATCH] Make a minor post-rebase fix --- stix2/properties.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stix2/properties.py b/stix2/properties.py index 4514379..52e37e9 100644 --- a/stix2/properties.py +++ b/stix2/properties.py @@ -422,7 +422,7 @@ class DictionaryProperty(Property): class HashesProperty(DictionaryProperty): - def __init__(self, spec_hash_names, spec_version=stix2.DEFAULT_VERSION, **kwargs): + def __init__(self, spec_hash_names, spec_version=DEFAULT_VERSION, **kwargs): super().__init__(spec_version=spec_version, **kwargs) self.__spec_hash_names = spec_hash_names