Skip to content

Remove unsupported type hints - #303

Merged
mxamin merged 1 commit into
masterfrom
remove-type-hinting
Apr 5, 2024
Merged

Remove unsupported type hints#303
mxamin merged 1 commit into
masterfrom
remove-type-hinting

Conversation

@mxamin

Copy link
Copy Markdown
Collaborator

Tuple, Dict, List and Optional not supported in Python 3.5, so we can't use them.
Using them breaks MacOS workflows.

Tuple, Dict, List, Optional are not Dict and not supported in Python 3.5, so we
can't use them.
Remove more type hinting
@mxamin
mxamin merged commit 64d9bc1 into masterApr 5, 2024
@mxamin
mxamin deleted the remove-type-hinting branch April 5, 2024 15:14
@mxaminmxamin mentioned this pull request Apr 5, 2024
Sign up for freeto 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

@mxamin