diff options
Diffstat (limited to 'gn3/api/gemma.py')
-rw-r--r-- | gn3/api/gemma.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gn3/api/gemma.py b/gn3/api/gemma.py index 2dd53ea..abe772c 100644 --- a/gn3/api/gemma.py +++ b/gn3/api/gemma.py @@ -12,7 +12,6 @@ from gn3.commands import run_cmd from gn3.fs_helpers import cache_ipfs_file from gn3.fs_helpers import jsonfile_to_dict, assert_paths_exist from gn3.computations.gemma import generate_gemma_cmd -from gn3.computations.gemma import assert_paths_exist gemma = Blueprint("gemma", __name__) |