Remove the common folder and move it to a common file

This commit is contained in:
Dave Halter
2020-05-08 13:23:56 +02:00
parent 138c22afe9
commit 25973554e2
8 changed files with 6 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ import sys
import pytest
from . import helpers
from jedi.common.utils import indent_block
from jedi.common import indent_block
from jedi import RefactoringError