mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Remove vistir.compat.get_terminal_size
This is built-in in shutil of Python3.4+ and later. We only support later versions.
This commit is contained in:
+1
-1
@@ -6,9 +6,9 @@ import signal
|
||||
import subprocess
|
||||
import sys
|
||||
from pathlib import Path
|
||||
from shutil import get_terminal_size
|
||||
|
||||
from pipenv.vendor import shellingham
|
||||
from pipenv.vendor.vistir.compat import get_terminal_size
|
||||
from pipenv.vendor.vistir.contextmanagers import temp_environ
|
||||
|
||||
ShellDetectionFailure = shellingham.ShellDetectionFailure
|
||||
|
||||
Reference in New Issue
Block a user