Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
predragnikolic committed Dec 10, 2024
1 parent c6662f4 commit 4018016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion event_loop/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from __future__ import annotations
import asyncio
from threading import Thread
from typing import Any, Awaitable
from typing import Awaitable
from ..plugin.core.logging import debug

__loop: asyncio.AbstractEventLoop | None = None
Expand Down

0 comments on commit 4018016

Please sign in to comment.