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

Change return type of CircuitRepeatBlock.name to str #783

Merged
merged 3 commits into from
Jun 11, 2024
Merged

Conversation

Strilanc
Copy link
Collaborator

The correct return type for this method should be str as the documentation guarantees that this specific method returns "REPEAT".

Derived from #777

Fixes #776

nelimee and others added 3 commits June 6, 2024 13:26
The correct return type for this method should be `str` as the documentation guarantees that this specific method returns `"REPEAT"`.
@Strilanc Strilanc enabled auto-merge (squash) June 11, 2024 04:26
@Strilanc Strilanc merged commit 2b3b645 into main Jun 11, 2024
53 checks passed
@Strilanc Strilanc deleted the strfix2 branch June 11, 2024 04:51
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.

Small typing issue in the Python method CircuitRepeatBlock.name
2 participants