mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-07-06 13:23:15 +03:00
Make cosmetic fix to containers.pyx
This commit is contained in:
parent
167fb82224
commit
9d6dd768f7
|
@ -522,4 +522,4 @@ cpdef bint _isawaitable(object instance):
|
||||||
try:
|
try:
|
||||||
return <bint> inspect.isawaitable(instance)
|
return <bint> inspect.isawaitable(instance)
|
||||||
except AttributeError:
|
except AttributeError:
|
||||||
return <bint> False
|
return <bint> False
|
||||||
|
|
Loading…
Reference in New Issue
Block a user