File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change 1+ import asttokens
2+
13from functools import partialmethod
2- from protowhat .utils import parameters_attr
4+ from collections .abc import Mapping
5+
6+ from protowhat .failure import debugger
37from protowhat .Feedback import FeedbackComponent
8+ from protowhat .selectors import DispatcherInterface
9+ from protowhat .State import State as ProtoState
10+ from protowhat .utils import parameters_attr
11+ from pythonwhat import signatures
12+ from pythonwhat .converters import get_manual_converters
413from pythonwhat .feedback import Feedback
514from pythonwhat .parsing import (
615 TargetVars ,
716 FunctionParser ,
817 ObjectAccessParser ,
918 parser_dict ,
1019)
11- from protowhat .State import State as ProtoState
12- from protowhat .selectors import DispatcherInterface
13- from protowhat .failure import debugger
14- from pythonwhat import signatures
15- from pythonwhat .converters import get_manual_converters
16- from collections .abc import Mapping
17- import asttokens
1820from pythonwhat .utils_ast import wrap_in_module
1921
2022
You can’t perform that action at this time.
0 commit comments