Skip to content

Commit

Permalink
Disable C01114 for setup.py as technically it is not a module
Browse files Browse the repository at this point in the history
  • Loading branch information
fchouteau committed Jan 22, 2020
1 parent b0e2b9b commit 391d71b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# pylint: disable=C0114
import re

from pkg_resources import get_distribution, DistributionNotFound
Expand Down

0 comments on commit 391d71b

Please sign in to comment.