mirror of
https://github.com/romanz/amodem.git
synced 2026-04-19 12:46:00 +08:00
sort imports using isort tool
This commit is contained in:
@@ -1,14 +1,12 @@
|
||||
import socket
|
||||
import contextlib
|
||||
import logging
|
||||
import os
|
||||
import socket
|
||||
import subprocess
|
||||
import tempfile
|
||||
import contextlib
|
||||
import threading
|
||||
import logging
|
||||
|
||||
from . import protocol
|
||||
from . import formats
|
||||
from . import util
|
||||
from . import formats, protocol, util
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user