Skip to content

Commit

Permalink
Export Cursor from root
Browse files Browse the repository at this point in the history
  • Loading branch information
mateenkasim committed Sep 11, 2024
1 parent ae16dfb commit 20c144a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions authzed/api/v1/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

from authzed.api.v1.core_pb2 import (
AlgebraicSubjectSet,
Cursor,
ContextualizedCaveat,
DirectSubjectSet,
ObjectReference,
Expand Down Expand Up @@ -186,6 +187,7 @@ def __init__(
"CheckPermissionRequest",
"CheckPermissionResponse",
"Consistency",
"Cursor",
"DeleteRelationshipsRequest",
"DeleteRelationshipsResponse",
"ExpandPermissionTreeRequest",
Expand Down
2 changes: 2 additions & 0 deletions authzed/api/v1/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import grpc

from authzed.api.v1.core_pb2 import (
AlgebraicSubjectSet,
Cursor,
ContextualizedCaveat,
DirectSubjectSet,
ObjectReference,
Expand Down Expand Up @@ -138,6 +139,7 @@ __all__ = [
"CheckPermissionRequest",
"CheckPermissionResponse",
"Consistency",
"Cursor",
"DeleteRelationshipsRequest",
"DeleteRelationshipsResponse",
"ExpandPermissionTreeRequest",
Expand Down

0 comments on commit 20c144a

Please sign in to comment.