Skip to content

Commit 22957ff

Browse files
hoel-bagardsrittau
andauthored
add missing type_check_only import
Co-authored-by: Sebastian Rittau <sebastian.rittau@zfutura.de>
1 parent 1ab5f78 commit 22957ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/tensorflow/tensorflow/keras/metrics.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ from _typeshed import Incomplete
22
from abc import ABCMeta, abstractmethod
33
from collections.abc import Callable, Iterable, Sequence
44
from enum import Enum
5-
from typing import Any, Literal
5+
from typing import Any, Literal, type_check_only
66
from typing_extensions import Self, TypeAlias
77

88
import tensorflow as tf

0 commit comments

Comments
 (0)