forked from sh-edraft.de/sh_discord_bot
Removed unused deps #70
This commit is contained in:
parent
422c9bbb25
commit
c92403f274
@ -2,8 +2,6 @@ import threading
|
|||||||
|
|
||||||
from bot_api.api import Api
|
from bot_api.api import Api
|
||||||
from bot_api.logging.api_logger import ApiLogger
|
from bot_api.logging.api_logger import ApiLogger
|
||||||
from bot_core.configuration.feature_flags_enum import FeatureFlagsEnum
|
|
||||||
from bot_core.configuration.feature_flags_settings import FeatureFlagsSettings
|
|
||||||
|
|
||||||
|
|
||||||
class ApiThread(threading.Thread):
|
class ApiThread(threading.Thread):
|
||||||
@ -11,8 +9,7 @@ class ApiThread(threading.Thread):
|
|||||||
def __init__(
|
def __init__(
|
||||||
self,
|
self,
|
||||||
logger: ApiLogger,
|
logger: ApiLogger,
|
||||||
api: Api,
|
api: Api
|
||||||
feature_flags: FeatureFlagsSettings
|
|
||||||
):
|
):
|
||||||
threading.Thread.__init__(self, daemon=True)
|
threading.Thread.__init__(self, daemon=True)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user