Skip to content

Commit

Permalink
update cases
Browse files Browse the repository at this point in the history
  • Loading branch information
hhatto committed Jan 13, 2025
1 parent 361ba26 commit cbb185f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autopep8.py
Original file line number Diff line number Diff line change
Expand Up @@ -1300,6 +1300,7 @@ def fix_e721(self, result):
# NOTE: match objects
# * type(a) == type(b) -> (None, None, 'a', '==')
# * str == type(b) -> ('==', 'b', None, None)
# * type(b) == str -> (None, None, 'b', '==')
# * type("") != type(b) -> (None, None, '""', '!=')
start = match.start()
end = match.end()
Expand Down

0 comments on commit cbb185f

Please sign in to comment.