Skip to content

Commit 69acf48

Browse files
aliafzalfacebook-github-bot
authored andcommitted
UT import fix (#3233)
Summary: Pull Request resolved: #3233 as title Reviewed By: SSYernar Differential Revision: D78856958 fbshipit-source-id: 827a078f22e3bc59dde741a81498d70498843793
1 parent 7568e05 commit 69acf48

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

torchrec/distributed/train_pipeline/tests/test_train_pipelines_utils.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@
1313
from typing import List
1414
from unittest.mock import MagicMock
1515

16+
import parameterized
17+
1618
import torch
17-
from parameterized import parameterized
1819

1920
from torchrec.distributed.embedding_types import EmbeddingComputeKernel
2021
from torchrec.distributed.test_utils.test_model import ModelInput, TestNegSamplingModule
@@ -260,7 +261,7 @@ def test_restore_from_snapshot(self) -> None:
260261
for source_model_type, recipient_model_type in variants:
261262
self._test_restore_from_snapshot(source_model_type, recipient_model_type)
262263

263-
@parameterized.expand(
264+
@parameterized.parameterized.expand(
264265
[
265266
(
266267
CallArgs(

0 commit comments

Comments
 (0)