From 77107399e2f12a50da02ff970174ff6c682dc8f5 Mon Sep 17 00:00:00 2001 From: BonfaceKilz Date: Mon, 7 Jun 2021 10:09:00 +0300 Subject: gn3: db: sort imports --- gn3/db/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gn3/db/__init__.py') diff --git a/gn3/db/__init__.py b/gn3/db/__init__.py index 824e5b2..ed23c97 100644 --- a/gn3/db/__init__.py +++ b/gn3/db/__init__.py @@ -1,7 +1,7 @@ # pylint: disable=[R0902, R0903] """Module that exposes common db operations""" -from typing import Optional, Dict, Any from dataclasses import asdict, astuple +from typing import Optional, Dict, Any from typing_extensions import Protocol from gn3.db.metadata_audit import MetadataAudit @@ -11,8 +11,8 @@ from gn3.db.phenotypes import Publication from gn3.db.metadata_audit import metadata_audit_mapping from gn3.db.phenotypes import phenotype_mapping -from gn3.db.phenotypes import publish_x_ref_mapping from gn3.db.phenotypes import publication_mapping +from gn3.db.phenotypes import publish_x_ref_mapping TABLEMAP = { -- cgit v1.2.3