Cleanup from product selection

This commit is contained in:
Eden Kirin
2023-05-12 20:34:46 +02:00
parent fb4651ec23
commit 21a7f111b2
7 changed files with 1 additions and 88 deletions

View File

@ -3,7 +3,6 @@ from dataclasses import dataclass
from typing import List, Optional
from hopper.models.player import Player
from hopper.models.product import Product
@dataclass
@ -46,5 +45,4 @@ class Settings:
ws_server: WSServerSettings
purchase_timeout: int = 10 # seconds
log_level: int = logging.INFO
products: List[Product] = None
debug: Optional[DebugSettings] = None