Replace type_workarounds.NotImplementedType #6775
Labels
good first issue
This issue can be resolved by someone who is not familiar with the codebase. A good starting issue.
kind/deprecation
kind/health
For CI/testing/release process/refactoring/technical debt items
no QC knowledge needed
Want to contribute to Cirq, but don't know quantum computing? This issue is for you.
triage/accepted
there is consensus amongst maintainers that this is a real bug or a reasonable feature to add
Milestone
Description of the issue
Python 3.10 (our minimum requirement) provides types.NotImplementedType. The following workaround is redundant and can be replaced with that type -
Cirq/cirq-core/cirq/type_workarounds.py
Lines 15 to 23 in 351a08e
TODO
Cirq version
1.5.0.dev at 351a08e.
The text was updated successfully, but these errors were encountered: