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

@@ -11,9 +11,9 @@ import sys
import tempfile
import threading
import pkg_resources
import configargparse
import daemon
import pkg_resources
from .. import device, formats, server, util
from . import client, protocol