Skip to content

Commit

Permalink
make generate : python
Browse files Browse the repository at this point in the history
  • Loading branch information
l-loic committed Feb 21, 2024
1 parent 81f5947 commit cafe16b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions python/naas_models/pydantic/secret_p2p.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ class SecretError(IntEnum):
SECRET_NO_ERROR = 0
SECRET_ALREADY_EXISTS = 1
SECRET_NOT_FOUND = 2
SECRET_MARKED_FOR_DELETION = 3



Expand Down
5 changes: 3 additions & 2 deletions python/naas_models/secret_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cafe16b

Please sign in to comment.