Skip to content
This repository was archived by the owner on Jan 13, 2021. It is now read-only.

Commit f1a5fa9

Browse files
committed
move flake ignore error comment to the proper line
1 parent 902a227 commit f1a5fa9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hyper/ssl_compat.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,10 +188,10 @@ def resolve_alias(alias):
188188
C='countryName',
189189
ST='stateOrProvinceName',
190190
L='localityName',
191-
O='organizationName',
191+
O='organizationName', # noqa: E741
192192
OU='organizationalUnitName',
193193
CN='commonName',
194-
).get(alias, alias) # noqa: E741
194+
).get(alias, alias)
195195

196196
def to_components(name):
197197
# TODO Verify that these are actually *supposed* to all be

0 commit comments

Comments
 (0)