We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6afbea commit 5dd8c9eCopy full SHA for 5dd8c9e
litestar/di.py
@@ -54,7 +54,7 @@ def __init__(
54
sync_to_thread: Run sync code in an async thread. Defaults to False.
55
"""
56
if not callable(dependency):
57
- raise ImproperlyConfiguredException("Provider dependency must a callable value")
+ raise ImproperlyConfiguredException("Provider dependency must be a callable value")
58
59
is_class_dependency = isclass(dependency)
60
self.has_sync_generator_dependency = isgeneratorfunction(
0 commit comments