Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
penguin-wwy committed Apr 28, 2024
1 parent 781dbd7 commit 937a01a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/torch_mlir/extras/fx_importer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 937a01a

Please sign in to comment.