From cd08b40a4c646ec4acc242f9ea93037e7df9966b Mon Sep 17 00:00:00 2001 From: BonfaceKilz Date: Wed, 26 May 2021 12:05:08 +0300 Subject: Move the methods, "update" and "fetch", to gn3.db --- tests/unit/db/test_phenotypes.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/unit/db') diff --git a/tests/unit/db/test_phenotypes.py b/tests/unit/db/test_phenotypes.py index 9fed524..505714a 100644 --- a/tests/unit/db/test_phenotypes.py +++ b/tests/unit/db/test_phenotypes.py @@ -2,9 +2,9 @@ from unittest import TestCase from unittest import mock -from gn3.db.phenotypes import fetchone +from gn3.db import fetchone +from gn3.db import update from gn3.db.phenotypes import Phenotype -from gn3.db.phenotypes import update class TestPhenotypes(TestCase): -- cgit v1.2.3