updated readme and changelog for upcoming breaking API changes; skip pylama check for unused imports in clients module;

This commit is contained in:
Nigel Dokter
2017-01-11 17:40:25 +01:00
parent 9b488e74f8
commit f3d8311ac2
5 changed files with 15 additions and 5 deletions

View File

@@ -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