Skip to content

Commit acf9a29

Browse files
keighrimCopilot
andauthored
cleanup imports
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 9647b09 commit acf9a29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mmif/serialize/mmif.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
from mmif.serialize.annotation import Annotation, Document
2525
from mmif.serialize.model import MmifObject, DataList
2626
from mmif.serialize.view import View
27-
from mmif.vocabulary import AnnotationTypes, DocumentTypes, DocumentTypesBase
27+
from mmif.vocabulary import AnnotationTypes, DocumentTypesBase
2828

2929
__all__ = ['Mmif']
3030

0 commit comments

Comments
 (0)