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 time import sleep
|
||||
from threading import Thread, Lock, Event
|
||||
|
||||
|
||||
|
|
|
@ -193,6 +193,7 @@ class TestCommon(TestCase):
|
|||
|
||||
def test_network_load(self):
|
||||
from time import sleep
|
||||
|
||||
def gb(interface):
|
||||
return None
|
||||
|
||||
|
|
Loading…
Reference in New Issue