mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Missed imports, testing in an IDB is bad for you
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import os
|
||||
import operator
|
||||
import re
|
||||
from abc import ABCMeta, abstractmethod
|
||||
@@ -5,6 +6,7 @@ from abc import ABCMeta, abstractmethod
|
||||
|
||||
from .environments import PIPENV_INSTALL_TIMEOUT
|
||||
from .vendor import attr, delegator
|
||||
from .utils import find_windows_executable
|
||||
|
||||
|
||||
@attr.s
|
||||
|
||||
Reference in New Issue
Block a user