Skip to content

Commit 1ce0f92

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lightning/pytorch/core/datamodule.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
# limitations under the License.
1414
"""LightningDataModule for loading DataLoaders with ease."""
1515

16-
from collections.abc import Iterable
1716
import inspect
1817
import os
18+
from collections.abc import Iterable
1919
from typing import IO, Any, Optional, Union, cast
2020

2121
from lightning_utilities import apply_to_collection

0 commit comments

Comments
 (0)