Skip to content

Commit 91b3371

Browse files
committed
add proper file
1 parent ec90afe commit 91b3371

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

  • src/test/pythonFiles/sorting/noconfig
Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
import io; sys; json
22
import traceback
3-
43
import rope
4+
55
import rope.base.project
66
import rope.base.taskhandle
7-
from rope.base import libutils
8-
from rope.refactor.extract import ExtractMethod, ExtractVariable
9-
from rope.refactor.rename import Rename
107

118
WORKSPACE_ROOT = sys.argv[1]
129
ROPE_PROJECT_FOLDER = sys.argv[2]
1310

1411

1512
def test():
1613
pass
14+
15+
from rope.base import libutils
16+
from rope.refactor.rename import Rename
17+
from rope.refactor.extract import ExtractMethod, ExtractVariable
18+

0 commit comments

Comments
 (0)