Small rename

This commit is contained in:
Ashwin Bharambe 2024-10-18 14:41:38 -07:00
parent 71a905e93f
commit 95a96afe34
3 changed files with 5 additions and 5 deletions

View file

@ -55,7 +55,7 @@ class ProviderWithSpec(Provider):
# TODO: this code is not very straightforward to follow and needs one more round of refactoring
async def resolve_impls_with_routing(run_config: StackRunConfig) -> Dict[Api, Any]:
async def resolve_impls(run_config: StackRunConfig) -> Dict[Api, Any]:
"""
Does two things:
- flatmaps, sorts and resolves the providers in dependency order