Skip to content

Commit fa71517

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pytorch_lightning/utilities/cloud_io.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
import io
1717
from pathlib import Path
18-
from typing import Any, Dict, IO, Union, Optional
18+
from typing import Any, Dict, IO, Optional, Union
1919

2020
import fsspec
2121
import torch

0 commit comments

Comments
 (0)