Skip to content

Fix mypy type annotation errors#12

Closed
RinZ27 wants to merge 1 commit intoembeddedos-org:masterfrom
RinZ27:master
Closed

Fix mypy type annotation errors#12
RinZ27 wants to merge 1 commit intoembeddedos-org:masterfrom
RinZ27:master

Conversation

@RinZ27
Copy link
Copy Markdown
Member

@RinZ27 RinZ27 commented Apr 18, 2026

I've addressed the mypy type annotation failures by adding explicit return types and correcting type mismatches across the auth and API modules.

This fix covers:

  • Adding missing return type annotations.
  • Correcting 'Any' return types to match expected types.
  • Fixing type mismatches (e.g., casting rowcount to int/bool).

This should resolve the mypy job failures and ensure consistent type safety. Verified locally.

@RinZ27 RinZ27 requested a review from a user April 18, 2026 05:33
@RinZ27
Copy link
Copy Markdown
Member Author

RinZ27 commented Apr 18, 2026

Closing duplicate PR; changes integrated into #11.

@RinZ27 RinZ27 closed this Apr 18, 2026
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