Bug fixes
Based on the first day of dogfooding for myself
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
from typing import Dict, List, LiteralString
|
||||
|
||||
from token_bot.token_database.endpoints import Endpoints
|
||||
from typing import Dict, List
|
||||
from token_bot.token_database.flavor import Flavor
|
||||
from token_bot.token_database.exceptions import *
|
||||
import aiohttp
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
from enum import Enum
|
||||
|
||||
|
||||
class Endpoints(str, Enum):
|
||||
RETAIL_CURRENT = '/v2/current/retail.json'
|
||||
CLASSIC_CURRENT = '/v2/current/classic.json'
|
||||
RETAIL_HISTORY_ALL = '/v2/relative/retail/us/all.json'
|
||||
Reference in New Issue
Block a user