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 8a6b7f3 commit c03ebd5Copy full SHA for c03ebd5
1 file changed
src/attrs/sphinx_cached_property.py
@@ -6,8 +6,10 @@
6
classes will be inaccessible.
7
8
"""
9
+from __future__ import annotations
10
+
11
from functools import cached_property
-from typing import Any
12
+from typing import Any, Union
13
14
from sphinx.application import Sphinx
15
0 commit comments