Enable isort check in tox

This commit is contained in:
Roman Zeyde
2021-05-22 21:54:20 +03:00
parent 7f4269ab88
commit a0e7aae1d2
19 changed files with 29 additions and 27 deletions

View File

@@ -2,10 +2,11 @@
# pylint: disable=attribute-defined-outside-init
"""OnlyKey-related code (see https://www.onlykey.io/)."""
import logging
import hashlib
import codecs
import hashlib
import logging
import time
import ecdsa
import nacl.signing
import unidecode