diff options
author | Pratik Anurag <panurag247365@gmail.com> | 2019-10-15 17:46:10 +0530 |
---|---|---|
committer | Sebastian Thiel <sebastian.thiel@icloud.com> | 2019-10-15 15:13:01 +0200 |
commit | 4c459bfcfdd7487f8aae5dd4101e7069f77be846 (patch) | |
tree | 3b26bfcf7d017e3c483a48e16761dc5301c06ad8 | |
parent | 321694534e8782fa701b07c8583bf5eeb520f981 (diff) | |
download | gitpython-4c459bfcfdd7487f8aae5dd4101e7069f77be846.tar.gz |
removed trailing whitespaces
-rw-r--r-- | git/test/test_remote.py | 2 |
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 |