Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unsupported type hints #303

Merged
merged 1 commit into from
Apr 5, 2024
Merged

Remove unsupported type hints #303

merged 1 commit into from
Apr 5, 2024

Conversation

mxamin
Copy link
Collaborator

@mxamin mxamin commented Apr 5, 2024

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 master Apr 5, 2024
18 of 63 checks passed
@mxamin mxamin deleted the remove-type-hinting branch April 5, 2024 15:14
@mxamin mxamin mentioned this pull request Apr 5, 2024
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