Skip to content

Commit

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

from authzed.api.v1.core_pb2 import (
AlgebraicSubjectSet,
Cursor,
ContextualizedCaveat,
Cursor,
DirectSubjectSet,
ObjectReference,
PermissionRelationshipTree,
Expand Down
2 changes: 1 addition & 1 deletion authzed/api/v1/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import grpc

from authzed.api.v1.core_pb2 import (
AlgebraicSubjectSet,
Cursor,
ContextualizedCaveat,
Cursor,
DirectSubjectSet,
ObjectReference,
PermissionRelationshipTree,
Expand Down

0 comments on commit 6f35a41

Please sign in to comment.