Skip to content

Commit

Permalink
fix: 🐛 fixed type lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Sube-mm committed Nov 21, 2024
1 parent b1b4344 commit 719e832
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions broadcaster/backends/base.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from __future__ import annotations

import asyncio
from typing import Any

from .._event import Event
Expand Down Expand Up @@ -29,6 +30,8 @@ async def next_published(self) -> Event:


class BroadcastCacheBackend(BroadcastBackend):
_ready: asyncio.Event

async def get_current_channel_id(self, channel: str):
raise NotImplementedError()

Expand Down

0 comments on commit 719e832

Please sign in to comment.