Skip to content

Commit d6fd689

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent e2a1d85 commit d6fd689

File tree

1 file changed

+1
-2
lines changed
  • src/lightning/pytorch/strategies

1 file changed

+1
-2
lines changed

src/lightning/pytorch/strategies/xla.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,11 @@
1313
# limitations under the License.
1414
import io
1515
import os
16-
from typing import Any, Dict, List, Optional, TYPE_CHECKING, Union, Iterable
16+
from typing import Any, Dict, Iterable, List, Optional, TYPE_CHECKING, Union
1717

1818
import torch
1919
from torch import Tensor
2020
from torch.nn import Module
21-
from torch.utils.data import DataLoader
2221

2322
import lightning.pytorch as pl
2423
from lightning.fabric.accelerators.tpu import _XLA_AVAILABLE

0 commit comments

Comments
 (0)