Skip to content

Commit 86a2c5a

Browse files
aliafzalmeta-codesync[bot]
authored andcommitted
unused import [2/n] (meta-pytorch#3416)
Summary: Pull Request resolved: meta-pytorch#3416 https://www.flake8rules.com/rules/F401.html Reviewed By: TroyGarden Differential Revision: D83739245 fbshipit-source-id: f7418dc140d9ae00ffc3fe134e5f02d7ee213e09
1 parent 91b4257 commit 86a2c5a

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

torchrec/distributed/benchmark/benchmark_train_pipeline.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,16 @@
2121
"""
2222

2323
from dataclasses import dataclass, field
24-
from typing import Dict, List, Optional, Type, Union
24+
from typing import Dict, List, Optional, Type
2525

2626
import torch
2727
from fbgemm_gpu.split_embedding_configs import EmbOptimType
2828
from torch import nn
2929
from torchrec.distributed.benchmark.benchmark_pipeline_utils import (
3030
BaseModelConfig,
3131
create_model_config,
32-
DeepFMConfig,
33-
DLRMConfig,
3432
generate_data,
3533
generate_pipeline,
36-
TestSparseNNConfig,
37-
TestTowerCollectionSparseNNConfig,
38-
TestTowerSparseNNConfig,
3934
)
4035
from torchrec.distributed.benchmark.benchmark_utils import (
4136
benchmark_func,

0 commit comments

Comments
 (0)