From a92af15935847fd89d8702b46279ec9bc749915c Mon Sep 17 00:00:00 2001 From: BonfaceKilz Date: Mon, 8 Mar 2021 15:27:47 +0300 Subject: Remove unused imports --- gn3/computations/gemma.py | 1 - 1 file changed, 1 deletion(-) (limited to 'gn3/computations/gemma.py') 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 -- cgit v1.2.3