Fixed line length for flake
This commit is contained in:
parent
0d74be0b1e
commit
f2a26ef246
@ -3,8 +3,8 @@ from __future__ import unicode_literals
|
|||||||
import unittest
|
import unittest
|
||||||
|
|
||||||
from mopidy.mpd.exceptions import (
|
from mopidy.mpd.exceptions import (
|
||||||
MpdAckError, MpdPermissionError, MpdUnknownCommand, MpdNoCommand, MpdSystemError,
|
MpdAckError, MpdPermissionError, MpdUnknownCommand, MpdNoCommand,
|
||||||
MpdNotImplemented)
|
MpdSystemError, MpdNotImplemented)
|
||||||
|
|
||||||
|
|
||||||
class MpdExceptionsTest(unittest.TestCase):
|
class MpdExceptionsTest(unittest.TestCase):
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user