Skip to content

Commit

Permalink
Ignore import error
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Nov 29, 2019
1 parent ef4da9c commit 3579625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion verchew/script.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
PY2 = sys.version_info[0] == 2

if PY2:
import ConfigParser as configparser
import ConfigParser as configparser # pylint: disable=import-error
else:
import configparser # type: ignore

Expand Down

0 comments on commit 3579625

Please sign in to comment.