updated readme and changelog for upcoming breaking API changes; skip pylama check for unused imports in clients module;
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
"""Asyncio protocol implementation for handling telegrams."""
|
||||
|
||||
from functools import partial
|
||||
import asyncio
|
||||
import logging
|
||||
from functools import partial
|
||||
|
||||
from serial_asyncio import create_serial_connection
|
||||
|
||||
|
||||
@@ -84,6 +84,3 @@ class AsyncSerialReader(SerialReader):
|
||||
)
|
||||
except ParseError as e:
|
||||
logger.warning('Failed to parse telegram: %s', e)
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user