We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
bool
lr_finder.py
1 parent 3d6f680 commit 8e4514eCopy full SHA for 8e4514e
src/pytorch_lightning/tuner/lr_finder.py
@@ -39,7 +39,7 @@
39
else:
40
from tqdm import tqdm
41
42
-_MATPLOTLIB_AVAILABLE: bool = _RequirementAvailable("matplotlib") # type: ignore[assignment]
+_MATPLOTLIB_AVAILABLE = _RequirementAvailable("matplotlib")
43
if _MATPLOTLIB_AVAILABLE and TYPE_CHECKING:
44
import matplotlib.pyplot as plt
45
0 commit comments