mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-06-09 22:04:37 +00:00
lint with black python. convert f style strings to old one. some small fixes
This commit is contained in:
@@ -4,14 +4,13 @@
|
||||
# See the COPYING file in the top-level directory.
|
||||
|
||||
import functools
|
||||
import logging as log
|
||||
import os
|
||||
import queue
|
||||
import socket
|
||||
import signal
|
||||
import socket
|
||||
import threading
|
||||
|
||||
import logging as log
|
||||
|
||||
|
||||
class _TunnelScheduler(object):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user