diff options
author | Patrick Maia <pixelated-team+pmaia@thoughtworks.com> | 2014-12-01 14:32:22 -0300 |
---|---|---|
committer | Patrick Maia <pmaia@thoughtworks.com> | 2014-12-01 14:32:22 -0300 |
commit | 50398774751798b1a8c207b8954d5cb981b50f92 (patch) | |
tree | c5c46bd5642fed715ac3053749d21aee70f4c76d | |
parent | 7b81228d18e047330307d83d90842cd746538bf0 (diff) |
fixes pep8
-rw-r--r-- | service/test/unit/runserver_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/service/test/unit/runserver_test.py b/service/test/unit/runserver_test.py index 8650def1..57359259 100644 --- a/service/test/unit/runserver_test.py +++ b/service/test/unit/runserver_test.py @@ -81,7 +81,7 @@ class RunserverTest(unittest.TestCase): pixelated.runserver.start_services(args) - verify(app_factory).create_app(any(),args) + verify(app_factory).create_app(any(), args) def spin_up_fifo(self, test_fifo): with open(test_fifo, 'w') as fifo: |