Fix import

This commit is contained in:
Tzu-ping Chung
2018-04-12 17:47:54 +08:00
parent 4533e68bca
commit cde60ca58c
+1 -1
View File
@@ -1,9 +1,9 @@
import os
import sys
from pipenv.patched import pipfile
from pipenv.project import Project
from pipenv.utils import temp_environ
from pipenv.vendor import pipfile
import pytest