From f2a26ef246e4ac92063b06aa4ccd43be3dc0f86e Mon Sep 17 00:00:00 2001 From: kingosticks Date: Wed, 8 Jan 2014 23:04:38 +0000 Subject: [PATCH] Fixed line length for flake --- tests/mpd/exception_test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/mpd/exception_test.py b/tests/mpd/exception_test.py index df815cfa..88a8cdda 100644 --- a/tests/mpd/exception_test.py +++ b/tests/mpd/exception_test.py @@ -3,8 +3,8 @@ from __future__ import unicode_literals import unittest from mopidy.mpd.exceptions import ( - MpdAckError, MpdPermissionError, MpdUnknownCommand, MpdNoCommand, MpdSystemError, - MpdNotImplemented) + MpdAckError, MpdPermissionError, MpdUnknownCommand, MpdNoCommand, + MpdSystemError, MpdNotImplemented) class MpdExceptionsTest(unittest.TestCase):