Skip to content

Commit

Permalink
Codacy pylint issue...
Browse files Browse the repository at this point in the history
  • Loading branch information
eudesbarbosa committed Apr 1, 2021
1 parent 77a28b7 commit b4f257d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snappy_wrappers/wrappers/epitoper_par/wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@

base_dir = os.path.normpath(os.path.join(os.path.dirname(__file__), "..", "..", ".."))
sys.path.insert(0, base_dir)
# pylint: disable=wrong-import-position

from snappy_wrappers.wrapper_parallel import (
ResourceUsage,
SgeResourceUsageConverter,
gib,
hours,
in_working_dir,
) # noqa
) # pylint: disable=wrong-import-position

# TODO: call on overlapping windows, on merge make unique

Expand Down

0 comments on commit b4f257d

Please sign in to comment.