Skip to content

Commit b59bfce

Browse files
committed
Update
[ghstack-poisoned]
1 parent 8a6dc32 commit b59bfce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torch/_inductor/fx_passes/overlap_scheduling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from collections import Counter, defaultdict
77
from collections.abc import Callable, Iterable
88
from dataclasses import dataclass
9-
from typing import Any, Callable, Literal
9+
from typing import Any, Literal
1010

1111
import torch
1212
import torch.fx as fx

0 commit comments

Comments
 (0)