Skip to content

Commit 3b6b606

Browse files
committed
Update early_stopping.py
1 parent a59c78a commit 3b6b606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytorch_lightning/callbacks/early_stopping.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
2020
"""
2121
import logging
22-
from typing import Any, Dict, Optional, Tuple
22+
from typing import Any, Callable, Dict, Optional, Tuple
2323

2424
import numpy as np
2525
import torch

0 commit comments

Comments
 (0)