diff options
| author | Munyoki Kilyungi | 2025-06-25 14:04:24 +0300 |
|---|---|---|
| committer | BonfaceKilz | 2025-07-07 07:58:31 +0300 |
| commit | 258bfea0682728843099d11fad0d8253fc33a172 (patch) | |
| tree | e9993394952326a5a3dadc015bfd44a6810a2e9c /gn3/app.py | |
| parent | 5d6072610c4a967dd918044da12b6bd848c5c5c6 (diff) | |
| download | genenetwork3-258bfea0682728843099d11fad0d8253fc33a172.tar.gz | |
Rename gn3/case_attributes.py -> gn3/api/case_attributes.py.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
Diffstat (limited to 'gn3/app.py')
| -rw-r--r-- | gn3/app.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn3/app.py b/gn3/app.py index 74bb5ab..6b5efa4 100644 --- a/gn3/app.py +++ b/gn3/app.py @@ -29,7 +29,7 @@ from gn3.api.sampledata import sampledata from gn3.api.llm import gnqa from gn3.api.rqtl2 import rqtl2 from gn3.api.streaming import streaming -from gn3.case_attributes import caseattr +from gn3.api.case_attributes import caseattr from gn3.api.lmdb_sample_data import lmdb_sample_data |
