Skip to content

Commit 7af61f0

Browse files
generatedunixname499836121meta-codesync[bot]
authored andcommitted
Apply ruff UP035 rule (#165515)
Summary: This is follow-up of #165214 to continue applying ruff UP035 rule to the code base. X-link: pytorch/pytorch#165515 Approved by: https://github.com/Lucaskabela Reviewed By: seemethere Differential Revision: D84890963 fbshipit-source-id: 49b04017014b510b9903e79d5d98af0da8d74b32
1 parent 4f00c5d commit 7af61f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

userbenchmark/dynamo/dynamobench/torchao_backend.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
from typing import Any, Callable
1+
from collections.abc import Callable
2+
from typing import Any
23

34
import torch
45

0 commit comments

Comments
 (0)