summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPratik Anurag <panurag247365@gmail.com>2019-10-15 17:46:10 +0530
committerSebastian Thiel <sebastian.thiel@icloud.com>2019-10-15 15:13:01 +0200
commit4c459bfcfdd7487f8aae5dd4101e7069f77be846 (patch)
tree3b26bfcf7d017e3c483a48e16761dc5301c06ad8
parent321694534e8782fa701b07c8583bf5eeb520f981 (diff)
downloadgitpython-4c459bfcfdd7487f8aae5dd4101e7069f77be846.tar.gz
removed trailing whitespaces
-rw-r--r--git/test/test_remote.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/git/test/test_remote.py b/git/test/test_remote.py
index a7a49909..95898f12 100644
--- a/git/test/test_remote.py
+++ b/git/test/test_remote.py
@@ -93,7 +93,7 @@ class TestRemoteProgress(RemoteProgress):
assert self._stages_per_op
# must have seen all stages
- for _op, stages in self._stages_per_op.items():
+ for _op, stages in self._stages_per_op.items():
assert stages & self.STAGE_MASK == self.STAGE_MASK
# END for each op/stage