Skip to content

Commit

Permalink
Updated stubs to v1.19.1-389-1
Browse files Browse the repository at this point in the history
  • Loading branch information
paulober committed Sep 12, 2022
1 parent 6efed49 commit 91e526f
Show file tree
Hide file tree
Showing 3 changed files with 1,676 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stubs/stdlib/usys.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ stdin : Any ## <class 'FileIO'> = <io.FileIO 0>
"""Standard input ``stream``."""
stdout : Any ## <class 'FileIO'> = <io.FileIO 1>
"""Standard output ``stream``."""
version = '3.4.0; MicroPython v1.19.1 on 2022-09-08' # type: str
version = '3.4.0; MicroPython v1.19.1 on 2022-09-09' # type: str
"""Python language version that this implementation conforms to, as a string."""
version_info = () # type: tuple
"""Python language version that this implementation conforms to, as a tuple of ints."""
Loading

0 comments on commit 91e526f

Please sign in to comment.