Skip to content

Commit d112817

Browse files
committed
fix type annotation for policy_registry
1 parent f29cd54 commit d112817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

threescale_api/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ def admin_portal_auth_providers(self) -> resources.AdminPortalAuthProviders:
257257
return self._admin_portal_auth_providers
258258

259259
@property
260-
def policy_registry(self) -> resources.PolicyRegistry:
260+
def policy_registry(self) -> resources.PoliciesRegistry:
261261
return self._policy_registry
262262

263263
@property

0 commit comments

Comments
 (0)