Skip to content

Commit a6bd20f

Browse files
committed
ruff check --fix
1 parent 549196f commit a6bd20f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

python/torch_webgpu/compiler/high_ir.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from .compiler_pass import CompilerPass, Transform, Pattern
66
from .ir import IRNode
7-
from .logger import debug, debug_enabled
7+
from .logger import debug
88

99

1010
class HighIROp(StrEnum):

python/torch_webgpu/compiler/low_ir.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from .compiler_pass import CompilerPass
66
from .ir import IRNode
7-
from .high_ir import HighIRCreateTensor, HighIRNode, HighIROp, HighIRArange, HighIRFull, HighIRZeros, HighIROnes
7+
from .high_ir import HighIRCreateTensor, HighIRNode, HighIROp
88
from .logger import debug
99

1010

0 commit comments

Comments
 (0)