Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
edulix committed Jun 22, 2023
1 parent 5429c42 commit 18e4d78
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions iam/authmethods/m_smart_link.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,7 @@

from contracts.base import check_contract
from contracts import CheckException
from enum import unique

@unique
class SmartLinkErrorCodes:
AUTH_TOKEN_NOT_FOUND = "AUTH_TOKEN_NOT_FOUND"
INVALID_USER_ID = "INVALID_USER_ID"
Expand Down
2 changes: 0 additions & 2 deletions iam/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
from django.conf import settings
from django.http import HttpResponse
from django.utils import timezone
from enum import unique
from string import ascii_lowercase, digits, ascii_letters
from random import choice
from pipelines import PipeReturnvalue
Expand All @@ -62,7 +61,6 @@ def stack_trace_str():
return "\n".join(stack_trace[:-1]) + "\n" + traceback.format_exc()


@unique
class ErrorCodes:
BAD_REQUEST = "BAD_REQUEST"
INVALID_REQUEST = "INVALID_REQUEST"
Expand Down

0 comments on commit 18e4d78

Please sign in to comment.