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 1ab5f78 commit 22957ffCopy full SHA for 22957ff
stubs/tensorflow/tensorflow/keras/metrics.pyi
@@ -2,7 +2,7 @@ from _typeshed import Incomplete
2
from abc import ABCMeta, abstractmethod
3
from collections.abc import Callable, Iterable, Sequence
4
from enum import Enum
5
-from typing import Any, Literal
+from typing import Any, Literal, type_check_only
6
from typing_extensions import Self, TypeAlias
7
8
import tensorflow as tf
0 commit comments