Skip to content

Commit

Permalink
Merge pull request #188 from danigm/remove-coroutine
Browse files Browse the repository at this point in the history
Remove not used coroutine import
  • Loading branch information
theunkn0wn1 authored Mar 21, 2023
2 parents a973dab + e6ccb16 commit 21dedc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pydle/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# noinspection PyUnresolvedReferences
from asyncio import coroutine, Future
from asyncio import Future
from functools import cmp_to_key
from . import connection, protocol, client, features
from .client import Error, NotInChannel, AlreadyInChannel, BasicClient, ClientPool
Expand Down

0 comments on commit 21dedc6

Please sign in to comment.