Merge pull request #1813 from mmasztalerczuk/bugfix/incorrect-path

Fix problem with incorrect import path
This commit is contained in:
2018-03-21 07:52:57 -04:00
committed by GitHub
+1 -1
View File
@@ -8,7 +8,7 @@ from prettytoml.elements.metadata import (
WhitespaceElement, PunctuationElement, CommentElement
)
from prettytoml.elements.table import TableElement
from pipenv.vendor.pipfile.api import PipfileParser
from pipenv.patched.pipfile.api import PipfileParser
def test_table():