Skip to content

Commit a8e5cc9

Browse files
committed
Merge branch 'bugfix/3827_test_ddp_error' of github.com:gianscarpe/pytorch-lightning into bugfix/3827_test_ddp_error
2 parents 2fd2d41 + 5d07fd8 commit a8e5cc9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/backends/ddp_model.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@
1515
Runs either `.fit()` or `.test()` on a single node across multiple gpus.
1616
"""
1717
import os
18+
from argparse import ArgumentParser
19+
1820
import tests as pl_tests
1921
from pytorch_lightning import Trainer, seed_everything
20-
from argparse import ArgumentParser
2122
from tests.base import EvalModelTemplate
2223

2324
import torch

0 commit comments

Comments
 (0)