Move indent_block to common

This commit is contained in:
Dave Halter
2020-02-19 09:15:39 +01:00
parent b1d3c7ef52
commit 50be49544d
5 changed files with 13 additions and 13 deletions

View File

@@ -3,7 +3,7 @@ import os
import pytest
from . import helpers
from jedi.utils import indent_block
from jedi.common.utils import indent_block
from jedi import RefactoringError