Skip to content

Commit

Permalink
two spaces before comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sroet authored and Byron committed Sep 18, 2021
1 parent e95ee63 commit 4588efd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_remote.py
Expand Up @@ -658,7 +658,7 @@ def test_push_error(self, repo):
class TestTimeouts(TestBase):
@with_rw_repo('HEAD', bare=False)
def test_timeout_funcs(self, repo):
for function in ["pull"]: #"can't get fetch and push to reliably timeout
for function in ["pull"]: # can't get fetch and push to reliably timeout
f = getattr(repo.remotes.origin, function)
assert f is not None # Make sure these functions exist
_ = f() # Make sure the function runs
Expand Down

0 comments on commit 4588efd

Please sign in to comment.