We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdfbf24 commit 7885f76Copy full SHA for 7885f76
broadcaster/backends/base.py
@@ -2,7 +2,7 @@
2
3
import asyncio
4
from abc import ABC, abstractmethod
5
-from typing import Any, AsyncGenerator
+from typing import Any
6
7
from .._event import Event
8
0 commit comments