Skip to content

Commit

Permalink
fixup! config_style_checker: Pylint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Killswitch00 committed Feb 7, 2021
1 parent 8682456 commit 5e6e625
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/config_style_checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import os
import sys


if sys.version_info.major == 2:
import codecs
open = codecs.open # pylint: disable=invalid-name,redefined-builtin
Expand Down

0 comments on commit 5e6e625

Please sign in to comment.