From 12f0a0928d645c8ea6d6c57e551a2f4d7ae4f77d Mon Sep 17 00:00:00 2001 From: s3lph Date: Tue, 19 Jun 2018 23:55:53 +0200 Subject: [PATCH] Removed an additional newline that was in violation of PEP8. --- matemat/webserver/test/test_post.py | 1 - 1 file changed, 1 deletion(-) diff --git a/matemat/webserver/test/test_post.py b/matemat/webserver/test/test_post.py index cc92ad1..720baea 100644 --- a/matemat/webserver/test/test_post.py +++ b/matemat/webserver/test/test_post.py @@ -74,4 +74,3 @@ class TestPost(AbstractHttpdTest): self.assertEqual('bar', kv['foo']) self.assertEqual('1', kv['gettest']) self.assertEqual('2', kv['posttest']) -