Skip to content

Fix List and Dict types#7

Open
wabosh wants to merge 2 commits into
kevinskyba:masterfrom
wabosh:master
Open

Fix List and Dict types#7
wabosh wants to merge 2 commits into
kevinskyba:masterfrom
wabosh:master

Conversation

@wabosh
Copy link
Copy Markdown

@wabosh wabosh commented Jul 21, 2023

Types for dicts and lists where declared similar to Typescript syntax. e.g. [str] -> List[str], {str: float} -> Dict[str, float]

wabosh added 2 commits July 21, 2023 16:28
Types for dicts and lists where declared similar to Typescript syntax.
e.g. [str] -> List[str], {str: float} -> Dict[str, float]
Replaced the Typescript style with python typings for List and Tuple
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant