Skip to content

Commit b7742eb

Browse files
committed
remove accidental abstractmethod
1 parent 5d2bfd1 commit b7742eb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mypy/typeshed/stdlib/asyncio/base_events.pyi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ class BaseEventLoop(AbstractEventLoop):
8686
def create_future(self) -> Future[Any]: ...
8787
# Tasks methods
8888
if sys.version_info >= (3, 13, 2):
89-
@abstractmethod
9089
def create_task(
9190
self, coro: _TaskCompatibleCoro[_T], *, name: str | None = None, context: Context | None = None, eager_start: bool | None = None
9291
) -> Task[_T]: ...

0 commit comments

Comments
 (0)