Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
Signed-off-by: Kale Franz <[email protected]>
  • Loading branch information
kalefranz committed Jul 6, 2018
1 parent fbe620d commit b126f31
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions conda/history.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,17 @@
from os.path import isdir, isfile, join
import re
import sys
import time
import warnings

from conda.models.version import version_relation_re
import time

from .base.constants import DEFAULTS_CHANNEL_NAME
from .common.compat import ensure_text_type, iteritems, open, text_type
from .core.prefix_data import PrefixData, linked
from .exceptions import CondaFileIOError, CondaHistoryError
from .gateways.disk.update import touch
from .models.dist import Dist
from .models.version import version_relation_re
from .resolve import MatchSpec

try:
Expand Down

0 comments on commit b126f31

Please sign in to comment.