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

Import annotations to use union operator in earlier python versions. #16

Merged
merged 1 commit into from
Apr 30, 2024

Conversation

kaymal
Copy link
Owner

@kaymal kaymal commented Apr 30, 2024

Add from __future__ import annotations to make Union operator available for the older versions of Python. Fixes #14.

@kaymal kaymal added the bug Something isn't working label Apr 30, 2024
@kaymal kaymal merged commit bec79ff into main Apr 30, 2024
3 checks passed
@kaymal kaymal deleted the bugfix/14-fix-type-error branch May 3, 2024 12:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TypeError while importing tcmb 0.4.0
1 participant