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 25c7a59 commit a67de1bCopy full SHA for a67de1b
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