diff options
author | Tiago Ferraz <tiago.ferraz@gmail.com> | 2015-02-11 13:46:00 -0200 |
---|---|---|
committer | Tiago Ferraz <tiago.ferraz@gmail.com> | 2015-02-11 13:46:00 -0200 |
commit | 3404847ebe7fd13870bf5b51dc73c23a63caeaa6 (patch) | |
tree | 2db529ba721c282f24d209ac38b1facaa11f1543 /service/test | |
parent | b73449aa87b1328c466a8c38894ed25b3298b724 (diff) |
Fixing pep8 errors
Diffstat (limited to 'service/test')
-rw-r--r-- | service/test/support/integration/app_test_client.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/service/test/support/integration/app_test_client.py b/service/test/support/integration/app_test_client.py index 0f6c5813..62c3bd65 100644 --- a/service/test/support/integration/app_test_client.py +++ b/service/test/support/integration/app_test_client.py @@ -187,9 +187,3 @@ def initialize_soledad(tempdir): cert_file, defer_encryption=False) return _soledad - - - - - - |