Remove keyboards.py and some refactor
This commit is contained in:
parent
08d50a3391
commit
3e97c318c7
@ -1 +0,0 @@
|
||||
# keyboards will be defined here
|
||||
@ -27,4 +27,3 @@ def create_logger(name: str,
|
||||
logger.addHandler(file_handler)
|
||||
|
||||
return logger
|
||||
|
||||
|
||||
@ -12,6 +12,3 @@ def get_state_storage(config: StateStorageConfig):
|
||||
else:
|
||||
raise RuntimeWarning(f"Unknown state storage type: '{config.type}'")
|
||||
return state_storage
|
||||
|
||||
|
||||
# states will be defined here
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user