We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8d690a commit f7156daCopy full SHA for f7156da
pytorch_lightning/utilities/imports.py
@@ -20,7 +20,7 @@
20
from importlib.util import find_spec
21
22
import torch
23
-from pkg_resources import DistributionNotFound, get_distribution
+from pkg_resources import DistributionNotFound
24
25
26
def _module_available(module_path: str) -> bool:
0 commit comments