mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
smoosh it together
This commit is contained in:
@@ -29,7 +29,6 @@ except ImportError:
|
||||
# Backport required for earlier versions of Python.
|
||||
if sys.version_info < (3, 3):
|
||||
from backports.shutil_get_terminal_size import get_terminal_size
|
||||
|
||||
else:
|
||||
from shutil import get_terminal_size
|
||||
|
||||
|
||||
Reference in New Issue
Block a user