Skip to content

Commit

Permalink
fix: remove __all__
Browse files Browse the repository at this point in the history
  • Loading branch information
craigyu committed Sep 5, 2024
1 parent e3acd5e commit 084f647
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions server/backend/api/app/schemas/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,29 +56,3 @@
"""
from .requester import RequesterSchema
from .target_user import TargetUserSchema

__all__ = [
"FamApplicationSchema",
"FamUserSchema",
"FamUserTypeSchema",
"FamUserInfoSchema",
"FamUserUpdateResponseSchema",
"FamForestClientCreateSchema",
"FamForestClientStatusSchema",
"FamForestClientSchema",
"FamRoleCreateSchema",
"FamRoleMinSchema",
"FamRoleWithClientSchema",
"FamUserRoleAssignmentCreateSchema",
"FamApplicationUserRoleAssignmentGetSchema",
"FamUserRoleAssignmentCreateResponseSchema",
"FamUserRoleAssignmentResponseSchema",
"IdimProxySearchParamSchema",
"IdimProxyBceidSearchParamSchema",
"IdimProxyIdirInfoSchema",
"IdimProxyBceidInfoSchema",
"GCNotifyGrantAccessEmailParamSchema",
"ForestClientIntegrationFindResponseSchema",
"RequesterSchema",
"TargetUserSchema",
]

0 comments on commit 084f647

Please sign in to comment.