MCPcopy Create free account
hub / github.com/tiny-pilot/tinypilot / UnableToDeleteCurrentUserError

Class UnableToDeleteCurrentUserError

app/api.py:46–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44
45
46class UnableToDeleteCurrentUserError(Error):
47 code = 'UNABLE_TO_DELETE_CURRENT_USER'
48
49
50def _required_auth_level_decorator(required_auth_level):

Callers 1

user_deleteFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected