Skip to content

Commit

Permalink
mypy #5
Browse files Browse the repository at this point in the history
  • Loading branch information
toreamun committed Feb 4, 2022
1 parent 65d7172 commit 7fbad46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amshan/serial_connection_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from asyncio import AbstractEventLoop, get_event_loop
from typing import Sequence, cast

import serial_asyncio
import serial_asyncio # type: ignore

from amshan.common import MeterMessageBase # pylint: disable=unused-import
from amshan.common import MeterReaderBase
Expand Down

0 comments on commit 7fbad46

Please sign in to comment.