Skip to content

Commit

Permalink
Drop now unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Micket committed Sep 20, 2024
1 parent 4ba7735 commit cfa953c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion easybuild/easyblocks/g/gurobi.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
"""
import os

from easybuild.easyblocks.generic.pythonpackage import det_pylibdir
from easybuild.easyblocks.generic.tarball import Tarball
from easybuild.framework.easyconfig import CUSTOM
from easybuild.tools import LooseVersion
Expand Down
1 change: 0 additions & 1 deletion easybuild/easyblocks/o/openbabel.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
import glob
import os
from easybuild.easyblocks.generic.cmakemake import CMakeMake
from easybuild.easyblocks.generic.pythonpackage import det_pylibdir
from easybuild.framework.easyconfig import CUSTOM
from easybuild.tools.build_log import EasyBuildError
from easybuild.tools.modules import get_software_root, get_software_version
Expand Down

0 comments on commit cfa953c

Please sign in to comment.