forked from sh-edraft.de/sh_discord_bot
		
	Removed unused deps #70
This commit is contained in:
		| @@ -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) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user