Skip to content

Commit b863d3f

Browse files
committed
Mandatory code formatting
1 parent e9cac7b commit b863d3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

which-branch/which_branch.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
$/LicenseInfo$
1111
"""
1212

13-
import contextlib
1413
import os
1514
import re
1615
import subprocess
@@ -61,7 +60,7 @@ def main(*raw_args):
6160
parser.add_argument('commit',
6261
help="""commit hash at the tip of the sought branch""")
6362
args = parser.parse_args(raw_args)
64-
63+
6564
# If repo is omitted or None, assume the current directory is a local clone
6665
# whose 'origin' remote is the GitHub repository of interest.
6766
if not args.repo:
@@ -114,6 +113,7 @@ def main(*raw_args):
114113
'EOF\n'
115114
))
116115

116+
117117
if __name__ == "__main__":
118118
try:
119119
sys.exit(main(*sys.argv[1:]))

0 commit comments

Comments
 (0)