Skip to content

Commit

Permalink
Add stub for typing of Dict
Browse files Browse the repository at this point in the history
  • Loading branch information
bjpirt committed Dec 15, 2023
1 parent 7df8c21 commit 4e2b1de
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions platforms/micropython/typing.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@ class Union:
pass


class Dict:
pass


TYPE_CHECKING = False

0 comments on commit 4e2b1de

Please sign in to comment.