Skip to content

Commit b7e9280

Browse files
committed
Fix accidental except
1 parent 15ec5d2 commit b7e9280

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

oauth2/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ def to_utf8_if_string(s):
146146
return to_utf8(s)
147147
else:
148148
return s
149-
except NameError:
150149

151150
def to_unicode_optional_iterator(x):
152151
"""

0 commit comments

Comments
 (0)