Skip to content

Commit

Permalink
Fix asyncio.exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexxIT committed Dec 11, 2020
1 parent 328cb6e commit ae7edf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/sonoff/sonoff_local.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import json
import logging
import time
from asyncio.exceptions import CancelledError
from asyncio import CancelledError
from base64 import b64encode, b64decode
from typing import Callable, List

Expand Down

0 comments on commit ae7edf7

Please sign in to comment.