From 43df5d0fcfa66018fd0bb47bff848d42fcf1e76c Mon Sep 17 00:00:00 2001 From: Hasan-Ahmad Date: Thu, 25 Oct 2018 09:55:25 +0100 Subject: Fixed linting --- api/tests/test_models.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'api/tests/test_models.py') diff --git a/api/tests/test_models.py b/api/tests/test_models.py index 009e5bd4..7dea68b5 100644 --- a/api/tests/test_models.py +++ b/api/tests/test_models.py @@ -33,7 +33,8 @@ class StringDunderMethodTests(SimpleTestCase): SnakeFact(fact='snakes are cute'), SnakeIdiom(idiom='snake snacks'), SnakeName(name='python', scientific='3'), - SpecialSnake(name='Pythagoras Pythonista', info='The only python snake that is born a triangle'), + SpecialSnake(name='Pythagoras Pythonista', + info='The only python snake that is born a triangle'), Role( id=5, name='test role', colour=0x5, permissions=0 -- cgit v1.2.3