Make a minor post-rebase fix

pull/1/head
Michael Chisholm 2021-03-31 16:21:35 -04:00
parent c8c4e89415
commit 6f60bed235
1 changed files with 1 additions and 1 deletions

View File

@ -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