mirror of
https://github.com/powerline/powerline.git
synced 2025-07-25 23:05:32 +02:00
Some fixes for flake8
This commit is contained in:
parent
8c63d20880
commit
92652ca5c4
@ -4,7 +4,6 @@ from __future__ import absolute_import
|
|||||||
|
|
||||||
from powerline.lib.time import monotonic
|
from powerline.lib.time import monotonic
|
||||||
|
|
||||||
from time import sleep
|
|
||||||
from threading import Thread, Lock, Event
|
from threading import Thread, Lock, Event
|
||||||
|
|
||||||
|
|
||||||
|
@ -193,6 +193,7 @@ class TestCommon(TestCase):
|
|||||||
|
|
||||||
def test_network_load(self):
|
def test_network_load(self):
|
||||||
from time import sleep
|
from time import sleep
|
||||||
|
|
||||||
def gb(interface):
|
def gb(interface):
|
||||||
return None
|
return None
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user