Skip to content

Commit

Permalink
fix: lint (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Feb 25, 2023
1 parent 8ddf242 commit c3b5ff8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/bleak_retry_connector/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@

import asyncio
import logging
from typing import Any, Awaitable, Callable, ParamSpec, TypeVar
from collections.abc import Awaitable, Callable
from typing import Any, ParamSpec, TypeVar

import async_timeout
from bleak import BleakClient, BleakScanner
Expand Down

0 comments on commit c3b5ff8

Please sign in to comment.