1 parent ec90afe commit 91b3371Copy full SHA for 91b3371
1 file changed
src/test/pythonFiles/sorting/noconfig/before.py
@@ -1,16 +1,18 @@
1
import io; sys; json
2
import traceback
3
-
4
import rope
+
5
import rope.base.project
6
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
10
11
WORKSPACE_ROOT = sys.argv[1]
12
ROPE_PROJECT_FOLDER = sys.argv[2]
13
14
15
def test():
16
pass
+from rope.base import libutils
+from rope.refactor.rename import Rename
17
+from rope.refactor.extract import ExtractMethod, ExtractVariable
18
0 commit comments