Skip to content

Commit d958b4d

Browse files
aliafzalmeta-codesync[bot]
authored andcommitted
unused import [4/n] (#3414)
Summary: X-link: facebookresearch/dlrm#406 Pull Request resolved: #3414 https://www.flake8rules.com/rules/F401.html Reviewed By: TroyGarden Differential Revision: D83739270 fbshipit-source-id: c07b33d779fe52135890f06efca800e3851d08db
1 parent ac1e562 commit d958b4d

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

torchrec/distributed/benchmark/benchmark_zch/data/get_dataloader.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
import argparse
1010
import os
1111

12-
from typing import Union
13-
1412
import yaml
1513
from torch.utils.data import DataLoader
1614

torchrec/distributed/planner/tests/test_partitioners.py

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

88
# pyre-strict
99

10-
import copy
1110
import unittest
1211
from typing import cast, List
1312
from unittest.mock import MagicMock

0 commit comments

Comments
 (0)