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.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):
|
||||
@ -11,8 +9,7 @@ class ApiThread(threading.Thread):
|
||||
def __init__(
|
||||
self,
|
||||
logger: ApiLogger,
|
||||
api: Api,
|
||||
feature_flags: FeatureFlagsSettings
|
||||
api: Api
|
||||
):
|
||||
threading.Thread.__init__(self, daemon=True)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user