Skip to content

Commit fc9e232

Browse files
committed
lint
1 parent 778065d commit fc9e232

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

awscrt/deprecation.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,5 @@ def _noop(obj): return obj
3131
except TypeError:
3232
# older typing_extensions doesn't support the 'since' kwarg
3333
pass
34-
return _impl(msg)
34+
return _impl(msg)
35+

0 commit comments

Comments
 (0)