Skip to content

Commit cbb185f

Browse files
committed
update cases
1 parent 361ba26 commit cbb185f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

autopep8.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1300,6 +1300,7 @@ def fix_e721(self, result):
13001300
# NOTE: match objects
13011301
# * type(a) == type(b) -> (None, None, 'a', '==')
13021302
# * str == type(b) -> ('==', 'b', None, None)
1303+
# * type(b) == str -> (None, None, 'b', '==')
13031304
# * type("") != type(b) -> (None, None, '""', '!=')
13041305
start = match.start()
13051306
end = match.end()

0 commit comments

Comments
 (0)