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 b4f257d commit 7b02bc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions snappy_wrappers/wrappers/epitoper_par/wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
# Naming clash limbo...
snake_job = snakemake
del snakemake
# pylint: disable=wrong-import-position
from snakemake import shell # noqa: C0411
from snakemake import snakemake as run_snakemake # noqa: C0411

Expand Down

0 comments on commit 7b02bc6

Please sign in to comment.