mirror of
https://github.com/etesync/server
synced 2024-11-19 07:18:08 +00:00
Remove extra import.
This commit is contained in:
parent
6517fc5db2
commit
34c548acda
@ -59,9 +59,6 @@ class PermissionDenied(CustomHttpException):
|
|||||||
super().__init__(code=code, detail=detail, status_code=status_code)
|
super().__init__(code=code, detail=detail, status_code=status_code)
|
||||||
|
|
||||||
|
|
||||||
from django_etebase.exceptions import EtebaseValidationError
|
|
||||||
|
|
||||||
|
|
||||||
class ValidationError(CustomHttpException):
|
class ValidationError(CustomHttpException):
|
||||||
def __init__(
|
def __init__(
|
||||||
self,
|
self,
|
||||||
|
Loading…
Reference in New Issue
Block a user