Skip to content

Commit

Permalink
__future__: Add "annotations".
Browse files Browse the repository at this point in the history
MicroPython ignores types anyway.
  • Loading branch information
smurfix authored and dpgeorge committed Oct 4, 2023
1 parent e6b89ea commit 55d1d23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions python-stdlib/__future__/__future__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
with_statement = True
print_function = True
unicode_literals = True
annotations = True
2 changes: 1 addition & 1 deletion python-stdlib/__future__/manifest.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
metadata(version="0.0.3")
metadata(version="0.1.0")

module("__future__.py")

0 comments on commit 55d1d23

Please sign in to comment.