Skip to content

Commit 9f0c526

Browse files
committed
Fix import order for normalize_version_fields to comply with style guidelines
1 parent d7f4634 commit 9f0c526

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

biotools-import/import.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from boltons.iterutils import remap
99

1010
sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
11-
from common.metadata import normalize_version_fields # noqa: E402
11+
from common.metadata import normalize_version_fields
1212

1313
BIOTOOLS_DOMAIN = "https://bio.tools"
1414
SSL_VERIFY = True

0 commit comments

Comments
 (0)