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.
__future__.annotations
1 parent 2b28d3b commit 452bf5aCopy full SHA for 452bf5a
clu/metrics_test.py
@@ -14,6 +14,8 @@
14
15
"""Tests for clu.metrics."""
16
17
+from __future__ import annotations
18
+
19
import functools
20
from unittest import mock
21
0 commit comments