Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
hhatto committed Jun 22, 2024
1 parent 6454d39 commit fae0bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autopep8.py
Original file line number Diff line number Diff line change
Expand Up @@ -4100,7 +4100,7 @@ def read_pyproject_toml(args, parser):
if config.get("tool", {}).get("autopep8") is None:
return None

config = config.get("tool").get("autopep8")
config = config.get("tool", {}).get("autopep8")

defaults = {}
option_list = {o.dest: o.type or type(o.default)
Expand Down

0 comments on commit fae0bad

Please sign in to comment.