Skip to content

Commit

Permalink
BF: Add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
mih committed Oct 21, 2019
1 parent 6a4595a commit cca4698
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion datalad/support/gitrepo.py
Expand Up @@ -66,7 +66,10 @@
_parse_gitconfig_dump
)

from datalad.consts import GIT_SSH_COMMAND
from datalad.consts import (
GIT_SSH_COMMAND,
ADJUSTED_BRANCH_EXPR,
)
from datalad.dochelpers import exc_str
import datalad.utils as ut
from datalad.utils import (
Expand Down

0 comments on commit cca4698

Please sign in to comment.