diff options
author | Frederick Muriuki Muriithi | 2023-07-19 09:42:18 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2023-07-19 09:48:26 +0300 |
commit | 38478ff22686afcb74cfdd43a73c7a42710bfca4 (patch) | |
tree | a87fd75aaa6dff6230dd4a2e20153b799b44f8d9 /tests | |
parent | 82722fefd007edbddf08175686570e2ed307097e (diff) | |
download | genenetwork3-38478ff22686afcb74cfdd43a73c7a42710bfca4.tar.gz |
Extract code dealing with ProbeSets to their own module.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unit/db/test_db.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/db/test_db.py b/tests/unit/db/test_db.py index 8ac468c..821a6b6 100644 --- a/tests/unit/db/test_db.py +++ b/tests/unit/db/test_db.py @@ -8,8 +8,8 @@ from gn3.db import fetchall from gn3.db import fetchone from gn3.db import update from gn3.db import diff_from_dict +from gn3.db.probesets import Probeset from gn3.db.phenotypes import Phenotype -from gn3.db.phenotypes import Probeset from gn3.db.metadata_audit import MetadataAudit |