Skip to content

Commit 55d1d23

Browse files
smurfixdpgeorge
authored andcommitted
__future__: Add "annotations".
MicroPython ignores types anyway.
1 parent e6b89ea commit 55d1d23

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

python-stdlib/__future__/__future__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
with_statement = True
66
print_function = True
77
unicode_literals = True
8+
annotations = True

python-stdlib/__future__/manifest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
metadata(version="0.0.3")
1+
metadata(version="0.1.0")
22

33
module("__future__.py")

0 commit comments

Comments
 (0)