Skip to content

Commit

Permalink
Update pycodestyle.py
Browse files Browse the repository at this point in the history
  • Loading branch information
scuml committed Dec 28, 2023
1 parent f1962f5 commit b987a0c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pycodestyle.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@
from fnmatch import fnmatch
from functools import lru_cache
from optparse import OptionParser
if sys.version_info >= (3, 11):
import tomllib

# this is a performance hack. see https://bugs.python.org/issue43014
if (
Expand Down Expand Up @@ -2500,7 +2498,6 @@ def read_config(options, args, arglist, parser):
ConfigParser.
"""
config = configparser.RawConfigParser()

cli_conf = options.config

local_dir = os.curdir
Expand Down

0 comments on commit b987a0c

Please sign in to comment.