mirror of https://gitlab.com/litecord/litecord.git
fix import
This commit is contained in:
parent
49ed61438c
commit
91679c3aee
|
|
@ -21,7 +21,7 @@ from typing import Any, List
|
||||||
|
|
||||||
from logbook import Logger
|
from logbook import Logger
|
||||||
|
|
||||||
from .dispatcher import DispatcherWithState
|
from .dispatcher import DispatcherWithFlags
|
||||||
from litecord.enums import ChannelType
|
from litecord.enums import ChannelType
|
||||||
from litecord.utils import index_by_func
|
from litecord.utils import index_by_func
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue