Fix syntax error
This commit is contained in:
parent
cf48faad98
commit
fe6e4a65f5
@ -9,8 +9,6 @@ from pykka import ActorDeadError
|
||||
from pykka.actor import ThreadingActor
|
||||
from pykka.registry import ActorRegistry
|
||||
|
||||
from mopidy.utils.log import indent
|
||||
|
||||
# FIXME setup logger with extra={...}
|
||||
logger = logging.getLogger('mopidy.utils.server')
|
||||
|
||||
|
||||
@ -842,6 +842,6 @@ class LineProtocolTest(unittest.TestCase):
|
||||
def test_host_property(self):
|
||||
pass
|
||||
|
||||
@SkipTest(self):
|
||||
def test_port_property
|
||||
@SkipTest
|
||||
def test_port_property(self):
|
||||
pass
|
||||
|
||||
Loading…
Reference in New Issue
Block a user