From 937a01af3a706163135f78eb6a2928c8e0d131d4 Mon Sep 17 00:00:00 2001 From: penguin-wwy <940375606@qq.com> Date: Sun, 28 Apr 2024 11:08:20 +0800 Subject: [PATCH] Fix code style --- python/torch_mlir/extras/fx_importer.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python/torch_mlir/extras/fx_importer.py b/python/torch_mlir/extras/fx_importer.py index 24bda3f5b2c6..9acf4ad03a77 100644 --- a/python/torch_mlir/extras/fx_importer.py +++ b/python/torch_mlir/extras/fx_importer.py @@ -1849,7 +1849,8 @@ def _emit_operation( # Opaque value to indicate something is empty. Used in cases where 'None' # may have a different meaning. -class EmptyType: ... +class EmptyType: + ... Empty = EmptyType()