We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 778065d commit fc9e232Copy full SHA for fc9e232
awscrt/deprecation.py
@@ -31,4 +31,5 @@ def _noop(obj): return obj
31
except TypeError:
32
# older typing_extensions doesn't support the 'since' kwarg
33
pass
34
- return _impl(msg)
+ return _impl(msg)
35
+
0 commit comments