Skip to content

Commit 2e278f2

Browse files
ambvJelleZijlstra
authored andcommitted
[stdlib/2and3/__future__] Add PEP 563 annotations (#1880)
1 parent d288f44 commit 2e278f2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

stdlib/2and3/__future__.pyi

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,7 @@ if sys.version_info >= (3, 0):
1818
if sys.version_info >= (3, 5):
1919
generator_stop: _Feature
2020

21+
if sys.version_info >= (3, 7):
22+
annotations: _Feature
23+
2124
all_feature_names: List[str]

0 commit comments

Comments
 (0)