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

Cleanup some type annotations. #392

Merged
merged 1 commit into from Feb 14, 2024

Conversation

clalancette
Copy link
Contributor

Certain versions of mypy complain that these annotations are not being used, since the annotations are only in comments. But we use the "inline" types everywhere else, so switch this over to the same thing, which should remove the warning.

Certain versions of mypy complain that these annotations
are not being used, since the annotations are only in
comments.  But we use the "inline" types everywhere else,
so switch this over to the same thing, which should remove
the warning.

Signed-off-by: Chris Lalancette <clalancette@gmail.com>
@clalancette
Copy link
Contributor Author

CI:

  • Linux Build Status
  • Linux-aarch64 Build Status
  • Windows Build Status

@clalancette
Copy link
Contributor Author

@ros-pull-request-builder retest this please

@clalancette clalancette merged commit b3ab729 into rolling Feb 14, 2024
3 checks passed
@delete-merged-branch delete-merged-branch bot deleted the clalancette/cleanup-type-annotations branch February 14, 2024 13:24
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.

None yet

2 participants