Skip to content

Commit 795f9f0

Browse files
committed
test
1 parent 237b4d8 commit 795f9f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/overrides/test_data_parallel.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from pytorch_lightning.overrides.data_parallel import LightningDistributedModule, LightningParallelModule
77

88

9-
@pytest.mark.parametrize(['wrapper_class'], [
9+
@pytest.mark.parametrize("wrapper_class", [
1010
LightningParallelModule,
1111
LightningDistributedModule,
1212
])
@@ -34,7 +34,7 @@ def test_lightning_distributed_module_methods(wrapper_class):
3434
pl_module.validation_step.assert_called_with(batch, batch_idx)
3535

3636

37-
@pytest.mark.parametrize(['wrapper_class'], [
37+
@pytest.mark.parametrize("wrapper_class", [
3838
LightningParallelModule,
3939
LightningDistributedModule,
4040
])

0 commit comments

Comments
 (0)