Skip to content

Commit

Permalink
removed unused import asyncio
Browse files Browse the repository at this point in the history
  • Loading branch information
tim.reichard committed Mar 8, 2021
1 parent 3732c15 commit 2ea5714
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion aioradio/redis.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
# pylint: disable=too-many-instance-attributes
# pylint: disable=unsubscriptable-object

import asyncio
import hashlib
from dataclasses import dataclass
from dataclasses import field as dataclass_field
Expand Down

0 comments on commit 2ea5714

Please sign in to comment.