From 06f2b2f7230f8d6dc9ddc36646ec1d9c8d47f35c Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Tue, 18 Jul 2023 13:25:09 +0300 Subject: Fix wrong import, and typing issues. --- gn3/db/phenotypes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gn3/db') diff --git a/gn3/db/phenotypes.py b/gn3/db/phenotypes.py index 220284d..4b6a121 100644 --- a/gn3/db/phenotypes.py +++ b/gn3/db/phenotypes.py @@ -6,7 +6,7 @@ from dataclasses import dataclass from MySQLdb.cursors import DictCursor -from wqflask.database import Connection as DBConnection +from gn3.db_utils import Connection as DBConnection @dataclass(frozen=True) -- cgit 1.4.1