Skip to content

Commit 11f5726

Browse files
committed
refactor: remove unnecessary function call
1 parent 05473ae commit 11f5726

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/polywrap-client/polywrap_client

packages/polywrap-client/polywrap_client/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ async def try_resolve_uri(
8282
self, options: TryResolveUriOptions
8383
) -> Result[UriPackageOrWrapper]:
8484
uri = options.uri
85-
uri_resolver = self.get_uri_resolver()
85+
uri_resolver = self._config.resolver
8686
resolution_context = options.resolution_context or UriResolutionContext()
8787

8888
return await uri_resolver.try_resolve_uri(uri, self, resolution_context)

0 commit comments

Comments
 (0)