diff options
author | 2018-10-25 21:08:50 +0100 | |
---|---|---|
committer | 2018-10-25 21:08:50 +0100 | |
commit | f23a563218c9f03a19cb957d6769c730bfbecb4f (patch) | |
tree | 0017672e2e126ee1c5123c07b33131f194b733c3 | |
parent | code presentasion and help text on models (diff) |
Fixed linting
-rw-r--r-- | api/tests/test_models.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/api/tests/test_models.py b/api/tests/test_models.py index a1561a07..91db2def 100644 --- a/api/tests/test_models.py +++ b/api/tests/test_models.py @@ -33,8 +33,9 @@ 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', |