Skip to content

Commit

Permalink
Remove ununsed empty UUID.
Browse files Browse the repository at this point in the history
  • Loading branch information
FledgeXu committed Sep 8, 2023
1 parent 869f4c8 commit 145b4cf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions backend/api/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import tempfile
from dataclasses import dataclass, field
from pathlib import Path
from uuid import UUID

import humanfriendly
from rq import Retry
Expand Down Expand Up @@ -52,7 +51,6 @@ class BackendConf:
authentication_cookie_name: str = "user_id"
api_version_prefix = "/v1"
project_expire_after = datetime.timedelta(days=7)
empty_uuid = UUID("263acb5d-d6ca-4e12-92a4-94d4f59fa18b")

def __post_init__(self):
self.logger = logging.getLogger(Path(__file__).parent.name)
Expand Down

0 comments on commit 145b4cf

Please sign in to comment.