Skip to content

Commit

Permalink
Import fix for earlier versions of python
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincar committed Oct 22, 2020
1 parent b43dff9 commit 326982d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bless/backends/corebluetooth/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from typing import Optional, Dict, List

from asyncio.exceptions import TimeoutError
from asyncio import TimeoutError
from asyncio.events import AbstractEventLoop

from Foundation import (
Expand Down

0 comments on commit 326982d

Please sign in to comment.