Skip to content

Commit

Permalink
remove unused as_completed import
Browse files Browse the repository at this point in the history
  • Loading branch information
jjhelmus committed Jul 12, 2019
1 parent 6f77dbd commit 262bc9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda/core/subdir_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
from ..base.context import context
from ..common.compat import (ensure_binary, ensure_text_type, ensure_unicode, iteritems, iterkeys,
string_types, text_type, with_metaclass)
from ..common.io import ThreadLimitedThreadPoolExecutor, as_completed
from ..common.io import ThreadLimitedThreadPoolExecutor
from ..common.url import join_url, maybe_unquote
from ..core.package_cache_data import PackageCacheData
from ..exceptions import (CondaDependencyError, CondaHTTPError, CondaUpgradeError,
Expand Down

0 comments on commit 262bc9d

Please sign in to comment.