Skip to content

Commit 616e186

Browse files
ApostolFetsobolevn
andauthored
Docs: remove a note about from __future__ import annotations (#18915)
Co-authored-by: sobolevn <[email protected]>
1 parent 1ba23f1 commit 616e186

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/source/runtime_troubles.rst

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,9 @@ version of Python considers legal code. This section describes these scenarios
88
and explains how to get your code running again. Generally speaking, we have
99
three tools at our disposal:
1010

11-
* Use of ``from __future__ import annotations`` (:pep:`563`)
12-
(this behaviour may eventually be made the default in a future Python version)
1311
* Use of string literal types or type comments
1412
* Use of ``typing.TYPE_CHECKING``
13+
* Use of ``from __future__ import annotations`` (:pep:`563`)
1514

1615
We provide a description of these before moving onto discussion of specific
1716
problems you may encounter.

0 commit comments

Comments
 (0)