Skip to content

Commit f7156da

Browse files
committed
.
1 parent c8d690a commit f7156da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytorch_lightning/utilities/imports.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
from importlib.util import find_spec
2121

2222
import torch
23-
from pkg_resources import DistributionNotFound, get_distribution
23+
from pkg_resources import DistributionNotFound
2424

2525

2626
def _module_available(module_path: str) -> bool:

0 commit comments

Comments
 (0)