Skip to content

Commit

Permalink
Update utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pirovc authored Feb 9, 2024
1 parent fbc4034 commit 48821ce
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tests/ganon/utils.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
from ganon.util import download
from ganon.config import Config
from ganon import ganon
import shutil
import os
import gzip
Expand All @@ -12,7 +9,9 @@
from multitax import CustomTx

sys.path.append('src')

from ganon.util import download
from ganon.config import Config
from ganon import ganon

def run_ganon(cfg, prefix):
"""
Expand Down

0 comments on commit 48821ce

Please sign in to comment.