File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change 7
7
logger = logging .getLogger (__name__ )
8
8
9
9
if version .parse (sanitized_torch_version ()) >= version .parse ("2.1.dev" ):
10
- from ._settings import *
11
- from ._SourceIR import SourceIR
12
- from .aten_tracer import trace
13
- from .compile import compile
14
- from .conversion import *
15
- from .conversion .converter_registry import (
16
- DYNAMO_CONVERTERS ,
17
- dynamo_tensorrt_converter ,
18
- )
10
+ from ._settings import * # noqa: F403
11
+ from ._SourceIR import SourceIR # noqa: F403
12
+ from .aten_tracer import trace # noqa: F403
13
+ from .compile import compile # noqa: F403
14
+ from .conversion import * # noqa: F403
15
+ from .conversion .converter_registry import DYNAMO_CONVERTERS # noqa: F403
16
+ from .conversion .converter_registry import dynamo_tensorrt_converter # noqa: F403
You can’t perform that action at this time.
0 commit comments