We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7f4634 commit 9f0c526Copy full SHA for 9f0c526
1 file changed
biotools-import/import.py
@@ -8,7 +8,7 @@
8
from boltons.iterutils import remap
9
10
sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
11
-from common.metadata import normalize_version_fields # noqa: E402
+from common.metadata import normalize_version_fields
12
13
BIOTOOLS_DOMAIN = "https://bio.tools"
14
SSL_VERIFY = True
0 commit comments