@@ -186,13 +186,6 @@ class Defaults:
186
186
default_factory = lambda : {'LF' : '\r \n ' , '\\ t' : '\t ' , '\\ n' : '\n ' })
187
187
188
188
189
- from dwcahandler .dwca .dwca_meta import (MetaDwCA , MetaElementAttributes ,
190
- MetaElementInfo , MetaElementTypes ,
191
- get_meta_class_row_type )
192
- # Imports at end of file to allow classes to be used
193
- from dwcahandler .dwca .terms import NsPrefix , Terms
194
-
195
-
196
189
@dataclass
197
190
class ContentData :
198
191
"""A class describing the content data used for core and extension.
@@ -231,4 +224,9 @@ def add_data(self, other_csv_file_type: ContentData):
231
224
from dwcahandler .dwca .base_dwca import BaseDwca
232
225
from dwcahandler .dwca .core_dwca import DfContent , Dwca
233
226
from dwcahandler .dwca .dwca_factory import DwcaHandler
227
+ from dwcahandler .dwca .dwca_meta import (MetaDwCA , MetaElementAttributes ,
228
+ MetaElementInfo , MetaElementTypes ,
229
+ get_meta_class_row_type )
234
230
from dwcahandler .dwca .eml import Eml
231
+ # Imports at end of file to allow classes to be used
232
+ from dwcahandler .dwca .terms import NsPrefix , Terms
0 commit comments