From 289fab8c6bc914248f03394672d650180cf39612 Mon Sep 17 00:00:00 2001 From: Pratik Anurag Date: Tue, 15 Oct 2019 19:34:08 +0530 Subject: removed Unnecessary pass statement --- git/test/test_repo.py | 1 - 1 file changed, 1 deletion(-) (limited to 'git/test/test_repo.py') 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: -- cgit v1.2.1