Index: git_nav_downstream.py |
diff --git a/git_nav_downstream.py b/git_nav_downstream.py |
index e394343ba4ba3bd75f3648c2e50f171c5530d74d..4d8b823cb7e2c4cf1e50025ac3b92fd68ec6c16c 100755 |
--- a/git_nav_downstream.py |
+++ b/git_nav_downstream.py |
@@ -8,6 +8,7 @@ Checks out a downstream branch from the currently checked out branch. If there |
is more than one downstream branch, then this script will prompt you to select |
which branch. |
""" |
+ |
import sys |
from git_common import current_branch, branches, upstream, run, hash_one |