Skip to content

Commit ac1e562

Browse files
aliafzalmeta-codesync[bot]
authored andcommitted
unused import [3/n] (meta-pytorch#3415)
Summary: Pull Request resolved: meta-pytorch#3415 https://www.flake8rules.com/rules/F401.html Reviewed By: TroyGarden Differential Revision: D83739260 fbshipit-source-id: 58abf9e1b26e10288e8fa8cc7ee96800325b3645
1 parent 86a2c5a commit ac1e562

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

torchrec/distributed/benchmark/benchmark_zch/models/models/dlrmv3.py

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

1010
import argparse
1111
from dataclasses import dataclass
12-
from typing import Any, Dict, List, Optional, Tuple, Union
12+
from typing import Any, Dict, List, Tuple
1313

1414
import torch
1515
import torch.nn as nn

torchrec/schema/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
import inspect
1111
import typing
12-
from typing import Any
1312

1413

1514
def _is_annot_compatible(prev: object, curr: object) -> bool:

0 commit comments

Comments
 (0)