Skip to content

Commit 2abb233

Browse files
committed
fix an import package
1 parent e0d8eed commit 2abb233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dwcahandler/dwca/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
import logging
2323
from collections import namedtuple
2424
from dataclasses import dataclass, field
25+
from enum import Enum
2526
from functools import wraps
2627
from typing import Optional, Union
2728

@@ -226,7 +227,6 @@ def add_data(self, other_csv_file_type: ContentData):
226227
self.type = other_csv_file_type.type
227228
return False
228229

229-
from enum import Enum
230230

231231
from dwcahandler.dwca.base_dwca import BaseDwca
232232
from dwcahandler.dwca.core_dwca import DfContent, Dwca

0 commit comments

Comments
 (0)