Skip to content

Commit

Permalink
Make cosmetic fix to containers.pyx
Browse files Browse the repository at this point in the history
  • Loading branch information
rmk135 committed Jan 11, 2021
1 parent 167fb82 commit 9d6dd76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dependency_injector/containers.pyx
Expand Up @@ -522,4 +522,4 @@ cpdef bint _isawaitable(object instance):
try:
return <bint> inspect.isawaitable(instance)
except AttributeError:
return <bint> False
return <bint> False

0 comments on commit 9d6dd76

Please sign in to comment.