diff options
author | BonfaceKilz | 2021-03-08 15:27:47 +0300 |
---|---|---|
committer | BonfaceKilz | 2021-03-08 21:09:58 +0300 |
commit | a92af15935847fd89d8702b46279ec9bc749915c (patch) | |
tree | 29f50d8d4c4c6688e59a6f2e78a877c14e474fd7 /gn3/computations | |
parent | 776598729bcff12bea933ff7cb4864e1c3eea0c8 (diff) | |
download | genenetwork3-a92af15935847fd89d8702b46279ec9bc749915c.tar.gz |
Remove unused imports
Diffstat (limited to 'gn3/computations')
-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 bf8b151..172333c 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 Dict from typing import List -from typing import Optional from typing import ValuesView from gn3.commands import compose_gemma_cmd from gn3.file_utils import get_hash_of_files |