Skip to content

Commit

Permalink
Merge pull request #3543 from branfosj/fix_imports
Browse files Browse the repository at this point in the history
imports without the single folder letter
  • Loading branch information
Micket authored Dec 30, 2024
2 parents c47ffdf + 58162cd commit dfb6184
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion easybuild/easyblocks/i/icc.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

from easybuild.easyblocks.generic.intelbase import IntelBase, ACTIVATION_NAME_2012, COMP_ALL
from easybuild.easyblocks.generic.intelbase import LICENSE_FILE_NAME_2012
from easybuild.easyblocks.t.tbb import get_tbb_gccprefix
from easybuild.easyblocks.tbb import get_tbb_gccprefix
from easybuild.tools.run import run_shell_cmd
from easybuild.tools.systemtools import get_shared_lib_ext

Expand Down
2 changes: 1 addition & 1 deletion easybuild/easyblocks/i/intel_compilers.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
from easybuild.tools import LooseVersion

from easybuild.easyblocks.generic.intelbase import IntelBase
from easybuild.easyblocks.t.tbb import get_tbb_gccprefix
from easybuild.easyblocks.tbb import get_tbb_gccprefix
from easybuild.tools.build_log import EasyBuildError, print_msg
from easybuild.tools.run import run_shell_cmd

Expand Down
2 changes: 1 addition & 1 deletion easybuild/easyblocks/m/mamba.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

import os

from easybuild.easyblocks.a.anaconda import EB_Anaconda
from easybuild.easyblocks.anaconda import EB_Anaconda


class EB_Mamba(EB_Anaconda):
Expand Down

0 comments on commit dfb6184

Please sign in to comment.