Fix to an import statement which was necessary due to the

circular import refactoring.  I think I just forgot to include
this in the previous commit...
pull/1/head
Michael Chisholm 2021-01-11 20:35:41 -05:00
parent fa6cff8a34
commit 51937232db
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import six
import stix2
try:
import stix2.parsing as mappings
import stix2.registry as mappings
except ImportError:
import stix2.core as mappings