From 9e39b4581de52e0675f4ed78efdc21ecfc16a1db Mon Sep 17 00:00:00 2001 From: Pratik Anurag Date: Tue, 15 Oct 2019 19:34:08 +0530 Subject: [PATCH] removed Unnecessary pass statement --- git/test/test_repo.py | 1 - 1 file changed, 1 deletion(-) diff --git a/git/test/test_repo.py b/git/test/test_repo.py index 94f9fdf80..de1e951aa 100644 --- a/git/test/test_repo.py +++ b/git/test/test_repo.py @@ -737,7 +737,6 @@ def test_rev_parse(self): 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: