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 Mypy Error: Remove Unused 'type: ignore' Comment #137

Closed
wants to merge 2 commits into from

Conversation

sweep-ai[bot]
Copy link

@sweep-ai sweep-ai bot commented Jan 4, 2024

PR Feedback (click)

  • 👍 Sweep Did Well
  • 👎 Sweep Needs Improvement
    I created this PR to fix the failing GitHub Actions.## Description
    This PR addresses the issue of a failing GitHub Actions run due to an unused "type: ignore" comment in the pythonapi.py file. The error was thrown by the mypy static type checker.

The solution implemented in this PR is the removal of the unused "type: ignore" comment from the pythonapi.py file. This prevents the mypy static type checker from throwing an error during the GitHub Actions run.

Summary of Changes

  • Removed the "type: ignore" comment at line 101 in the pythonapi.py file. This comment was unused and was causing the mypy static type checker to throw an error during the GitHub Actions run.

Copy link
Author

sweep-ai bot commented Jan 4, 2024

Rollback Files For Sweep

  • Rollback changes to src/wic/api/pythonapi.py
  • Rollback changes to src/wic/api/pythonapi.py

@sweep-ai sweep-ai bot added the sweep label Jan 4, 2024
@jfennick jfennick removed the sweep label Jan 4, 2024
@jfennick jfennick closed this Jan 6, 2024
@sameeul sameeul deleted the sweep/fix-mypy-error branch May 30, 2024 18:05
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.

1 participant