From 91679c3aee09d3a1029c603ebf0a808e1ed50a08 Mon Sep 17 00:00:00 2001 From: Luna Date: Sat, 20 Jul 2019 13:08:08 -0300 Subject: [PATCH] fix import --- litecord/pubsub/channel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litecord/pubsub/channel.py b/litecord/pubsub/channel.py index 8ad47b5..443d1e3 100644 --- a/litecord/pubsub/channel.py +++ b/litecord/pubsub/channel.py @@ -21,7 +21,7 @@ from typing import Any, List from logbook import Logger -from .dispatcher import DispatcherWithState +from .dispatcher import DispatcherWithFlags from litecord.enums import ChannelType from litecord.utils import index_by_func