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

[Frontend] typing in Python3.9 does not support | operator #385

Merged
merged 2 commits into from
Dec 5, 2023

Conversation

erick-xanadu
Copy link
Contributor

@erick-xanadu erick-xanadu commented Dec 5, 2023

Context: Python3.9 does not support | operator for types in the typing module.

Description of the Change: Use Union.

Benefits: Tests for 3.9 succeed.

Possible Drawbacks: None

Related GitHub Issues:

Copy link

codecov bot commented Dec 5, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (b0f9a3f) 99.50% compared to head (745309a) 99.50%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #385   +/-   ##
=======================================
  Coverage   99.50%   99.50%           
=======================================
  Files          42       42           
  Lines        7048     7048           
  Branches      476      476           
=======================================
  Hits         7013     7013           
  Misses         20       20           
  Partials       15       15           

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

@erick-xanadu erick-xanadu marked this pull request as ready for review December 5, 2023 14:56
@erick-xanadu erick-xanadu merged commit 32197c1 into main Dec 5, 2023
20 checks passed
@erick-xanadu erick-xanadu deleted the eochoa/2023-12-05/quick-fix branch December 5, 2023 16:44
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.

2 participants