Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
nateprewitt committed Apr 11, 2017
1 parent fb2522d commit 74d19e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipenv/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from requests.compat import OrderedDict

from .utils import (format_toml, mkdir_p, convert_deps_from_pip,
proper_case, pep426_name, is_vcs, recase_file)
pep426_name, recase_file)
from .environments import PIPENV_MAX_DEPTH, PIPENV_VENV_IN_PROJECT


Expand Down

0 comments on commit 74d19e2

Please sign in to comment.