Skip to content

Commit

Permalink
Merge pull request #32 from Xarthisius/31_missing_import
Browse files Browse the repository at this point in the history
Add missing import. Fixes #31
  • Loading branch information
mikedarcy authored Mar 12, 2019
2 parents de05220 + 2e01d5d commit aac1b3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bdbag/fetch/transports/fetch_globus.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
import logging
import platform
from bdbag import urlsplit, get_typed_exception
from bdbag.fetch import ensure_valid_output_path
import bdbag.fetch.auth.keychain as keychain

logger = logging.getLogger(__name__)
Expand Down

0 comments on commit aac1b3d

Please sign in to comment.