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

[FIX] Fix type hints | operator which is not compatible with Python 3.9 #80

Merged
merged 3 commits into from
Jul 4, 2024

Conversation

felipeangelimvieira
Copy link
Owner

Removes "|" from type hints to avoid error raising in Python 3.9

Closes #79

@felipeangelimvieira felipeangelimvieira added the bug Something isn't working label Jul 4, 2024
Copy link

codecov bot commented Jul 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.29%. Comparing base (17d0dbb) to head (1314418).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #80      +/-   ##
==========================================
+ Coverage   93.26%   93.29%   +0.02%     
==========================================
  Files          25       25              
  Lines        1040     1044       +4     
==========================================
+ Hits          970      974       +4     
  Misses         70       70              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@felipeangelimvieira felipeangelimvieira merged commit ffb3e1d into main Jul 4, 2024
3 checks passed
@felipeangelimvieira felipeangelimvieira deleted the fix/typehints_3.9_compatibility branch July 4, 2024 15:16
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.

[BUG] The "|" operator for type hints is not supported in Python 3.9
1 participant