We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
from __future__ import annotations
1 parent 1ba23f1 commit 616e186Copy full SHA for 616e186
docs/source/runtime_troubles.rst
@@ -8,10 +8,9 @@ version of Python considers legal code. This section describes these scenarios
8
and explains how to get your code running again. Generally speaking, we have
9
three tools at our disposal:
10
11
-* Use of ``from __future__ import annotations`` (:pep:`563`)
12
- (this behaviour may eventually be made the default in a future Python version)
13
* Use of string literal types or type comments
14
* Use of ``typing.TYPE_CHECKING``
+* Use of ``from __future__ import annotations`` (:pep:`563`)
15
16
We provide a description of these before moving onto discussion of specific
17
problems you may encounter.
0 commit comments