mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-02-18 04:20:46 +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:
|
||||
return <bint> inspect.isawaitable(instance)
|
||||
except AttributeError:
|
||||
return <bint> False
|
||||
return <bint> False
|
||||
|
|
Loading…
Reference in New Issue
Block a user