Skip to content

Commit

Permalink
Disabled pylint for certain import blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
eudesbarbosa committed Apr 1, 2021
1 parent 063e0ed commit 096071a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion snappy_wrappers/wrappers/epitoper_par/wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
# Naming clash limbo...
snake_job = snakemake
del snakemake
# pylint: disable=wrong-import-position
from snakemake import shell # noqa
from snakemake import snakemake as run_snakemake # noqa

Expand Down

0 comments on commit 096071a

Please sign in to comment.