diff options
author | Bruno Wagner <bwgpro@gmail.com> | 2015-08-06 16:24:07 -0300 |
---|---|---|
committer | Bruno Wagner <bwgpro@gmail.com> | 2015-08-12 17:17:18 -0300 |
commit | 09da43e222af9a19624e003ff22a8fa634ed059d (patch) | |
tree | f63028a74155f0961bd409ea1d40e6d8a3126e95 /common/src/leap/soledad | |
parent | 800a8eebc3c0a7b439089ea162e129115808d7b4 (diff) |
[style] Fixed pep8 warning
Two spaces before class, not one
Diffstat (limited to 'common/src/leap/soledad')
-rw-r--r-- | common/src/leap/soledad/common/tests/test_sync_target.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/src/leap/soledad/common/tests/test_sync_target.py b/common/src/leap/soledad/common/tests/test_sync_target.py index b6b8dc07..c99c10f1 100644 --- a/common/src/leap/soledad/common/tests/test_sync_target.py +++ b/common/src/leap/soledad/common/tests/test_sync_target.py @@ -55,6 +55,7 @@ from leap.soledad.common.tests.u1db_tests import test_sync # The following tests come from `u1db.tests.test_remote_sync_target`. # ----------------------------------------------------------------------------- + class TestSoledadParseReceivedDocResponse( tests.TestCase, BaseSoledadTest): |