File tree Expand file tree Collapse file tree 5 files changed +10
-22
lines changed
ivy/transpiler/transformations/transformers Expand file tree Collapse file tree 5 files changed +10
-22
lines changed Original file line number Diff line number Diff line change 1- # local
21import gast
3- from ...configurations .base_transformer_config import (
2+
3+ from ivy .transpiler .transformations .configurations .base_transformer_config import (
44 BaseTransformerConfig ,
55)
6- from .. .transformer import Transformer
7- from .. .transformers .base_transformer import (
6+ from ivy . transpiler . transformations .transformer import Transformer
7+ from ivy . transpiler . transformations .transformers .base_transformer import (
88 BaseTransformer ,
99)
1010
Original file line number Diff line number Diff line change 1- # globals
2- import types
1+ import gast
32
4- # local
5- from ...configurations .base_transformer_config import (
3+ from ivy .transpiler .transformations .configurations .base_transformer_config import (
64 BaseTransformerConfig ,
75)
8- import gast
9- from ...transformer import Transformer
10- from ...transformers .base_transformer import (
6+ from ivy .transpiler .transformations .transformer import Transformer
7+ from ivy .transpiler .transformations .transformers .base_transformer import (
118 BaseTransformer ,
129)
13- from ... .utils .ast_utils import ast_to_source_code
14- from ... .utils .type_utils import Types
10+ from ivy . transpiler .utils .ast_utils import ast_to_source_code
11+ from ivy . transpiler .utils .type_utils import Types
1512
1613
1714class BaseDecoratorRemover (BaseTransformer ):
Original file line number Diff line number Diff line change 1- # global
2-
3- # local
41from ivy .transpiler .transformations .configurations .base_transformer_config import (
52 BaseTransformerConfig ,
63)
Original file line number Diff line number Diff line change 1- # global
2-
3- # local
41from ivy .transpiler .transformations .configurations .base_transformer_config import (
52 BaseTransformerConfig ,
63)
Original file line number Diff line number Diff line change 1- # global
2-
3- # local
41from ivy .transpiler .transformations .configurations .base_transformer_config import (
52 BaseTransformerConfig ,
63)
You can’t perform that action at this time.
0 commit comments