another print -> log fix

This commit is contained in:
dltn 2024-11-22 13:35:34 -08:00
parent 302a0145e5
commit eaf4fbef75

View file

@ -124,8 +124,6 @@ async def resolve_impls(
elif p.deprecation_warning: elif p.deprecation_warning:
log.warning( log.warning(
f"Provider `{provider.provider_type}` for API `{api}` is deprecated and will be removed in a future release: {p.deprecation_warning}", f"Provider `{provider.provider_type}` for API `{api}` is deprecated and will be removed in a future release: {p.deprecation_warning}",
"yellow",
attrs=["bold"],
) )
p.deps__ = [a.value for a in p.api_dependencies] p.deps__ = [a.value for a in p.api_dependencies]
spec = ProviderWithSpec( spec = ProviderWithSpec(