Skip to content

Commit fb17a6b

Browse files
committed
Fix type annotation for policy_registry
1 parent 1cf3c44 commit fb17a6b

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
@@ -254,7 +254,7 @@ def admin_portal_auth_providers(self) -> resources.AdminPortalAuthProviders:
254254
return self._admin_portal_auth_providers
255255

256256
@property
257-
def policy_registry(self) -> resources.PolicyRegistry:
257+
def policy_registry(self) -> resources.PoliciesRegistry:
258258
return self._policy_registry
259259

260260
@property

0 commit comments

Comments
 (0)