Apply several lints

This commit is contained in:
Lonami Exo
2019-05-03 13:59:17 +02:00
parent 52be689926
commit 1e17ef1c98
22 changed files with 78 additions and 53 deletions

View File

@@ -248,7 +248,7 @@ class PacketCodec(abc.ABC):
"""
Codec is created when connection is just made.
"""
pass
self._conn = connection
@abc.abstractmethod
def encode_packet(self, data):