Skip to content

Commit 100fa9d

Browse files
nits
1 parent 2c1e44a commit 100fa9d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

src/workos/fga.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,11 @@ class WarrantQueryListResource(
5353
warnings: Optional[Sequence[FGAWarning]] = None
5454

5555

56-
# Deprecated: Use the Authorization module instead.
57-
# See: workos.authorization
5856
class FGAModule(Protocol):
57+
"""
58+
.. deprecated::
59+
Use :class:`workos.authorization.AuthorizationModule` instead.
60+
"""
5961
def get_resource(
6062
self, *, resource_type: str, resource_id: str
6163
) -> AuthorizationResource:

src/workos/types/authorization/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
from workos.types.authorization.access_check_response import AccessCheckResponse
2+
from workos.types.authorization.assignment import Assignment
23
from workos.types.authorization.environment_role import (
34
EnvironmentRole,
45
EnvironmentRoleList,

0 commit comments

Comments
 (0)