diff options
author | Munyoki Kilyungi | 2023-10-27 13:49:41 +0300 |
---|---|---|
committer | BonfaceKilz | 2023-10-27 13:51:31 +0300 |
commit | 66ef64a1df87c5d170c34dffbafd6b7eaa06f25a (patch) | |
tree | 93bb505e892aac7962c743976847696ce163e126 /gn3 | |
parent | 036240ac1c5d46882f3970de6eed99ef6b19e342 (diff) | |
download | genenetwork3-66ef64a1df87c5d170c34dffbafd6b7eaa06f25a.tar.gz |
Remove reimport "Optional".
* gn3/computations/gemma.py: Delete reimport "Qptional".
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
Diffstat (limited to 'gn3')
-rw-r--r-- | gn3/computations/gemma.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gn3/computations/gemma.py b/gn3/computations/gemma.py index 15c2c75..03e1a76 100644 --- a/gn3/computations/gemma.py +++ b/gn3/computations/gemma.py @@ -5,7 +5,6 @@ from base64 import b64encode from hashlib import md5 from typing import Optional, Dict from typing import List -from typing import Optional from typing import ValuesView from gn3.commands import compose_gemma_cmd from gn3.fs_helpers import get_hash_of_files |