diff options
author | Pratik Anurag <panurag247365@gmail.com> | 2019-10-15 19:34:08 +0530 |
---|---|---|
committer | Sebastian Thiel <sebastian.thiel@icloud.com> | 2019-10-15 18:43:18 +0200 |
commit | 289fab8c6bc914248f03394672d650180cf39612 (patch) | |
tree | 2b56e941c85df0e8df056c5a80d55dc7a5ba6f3d /git/test/test_repo.py | |
parent | 8f2b40d74c67c6fa718f9079654386ab333476d5 (diff) | |
download | gitpython-289fab8c6bc914248f03394672d650180cf39612.tar.gz |
removed Unnecessary pass statement
Diffstat (limited to 'git/test/test_repo.py')
-rw-r--r-- | git/test/test_repo.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/git/test/test_repo.py b/git/test/test_repo.py index 94f9fdf8..de1e951a 100644 --- a/git/test/test_repo.py +++ b/git/test/test_repo.py @@ -737,7 +737,6 @@ class TestRepo(TestBase): except (BadName, BadObject): print("failed on %s" % path_section) # is fine, in case we have something like 112, which belongs to remotes/rname/merge-requests/112 - pass # END exception handling # END for each token if ref_no == 3 - 1: |