Skip to content

Commit

Permalink
Flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
Jc2k committed Aug 25, 2019
1 parent 23934ed commit feb0d13
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions homekit/aio/controller/ip/crypto.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,8 @@
from binascii import hexlify
import logging

from cryptography.hazmat.primitives.asymmetric import x25519
from cryptography.hazmat.primitives import serialization

from homekit.protocol.tlv import TLV
from homekit.exceptions import IncorrectPairingIdError, InvalidAuthTagError, InvalidSignatureError, \
AuthenticationError
from homekit.exceptions import InvalidSignatureError, AuthenticationError
import homekit.exceptions
from homekit.crypto import chacha20_aead_decrypt, chacha20_aead_encrypt, SrpClient
from homekit.protocol import error_handler
Expand Down

0 comments on commit feb0d13

Please sign in to comment.