Skip to content

Commit

Permalink
removed duplicate class
Browse files Browse the repository at this point in the history
  • Loading branch information
harold-xi committed Aug 25, 2020
1 parent 7cb1c72 commit 44ec42e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tabpy/tabpy_server/handlers/util.py
Expand Up @@ -2,12 +2,6 @@
from hashlib import pbkdf2_hmac
from enum import Enum, auto

class AuthErrorStates(Enum):
NONE = auto()
NotAuthorized = auto()
NotRequired = auto()


class AuthErrorStates(Enum):
NONE = auto()
NotAuthorized = auto()
Expand Down

0 comments on commit 44ec42e

Please sign in to comment.