Skip to content

Commit 7885f76

Browse files
committed
fix: 🐛 fixed type lint
1 parent bdfbf24 commit 7885f76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

broadcaster/backends/base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import asyncio
44
from abc import ABC, abstractmethod
5-
from typing import Any, AsyncGenerator
5+
from typing import Any
66

77
from .._event import Event
88

0 commit comments

Comments
 (0)