Skip to content

Add return type annotations to all functions#49

Merged
dannywillems merged 1 commit intomainfrom
fix/32-return-type-annotations
Feb 8, 2026
Merged

Add return type annotations to all functions#49
dannywillems merged 1 commit intomainfrom
fix/32-return-type-annotations

Conversation

@dannywillems
Copy link
Contributor

Summary

  • Add return type annotations to all methods in response.py, client.py, field.py, query.py
  • Add -> None to all __init__ methods and test functions
  • Add parameter type annotations to AbstractResponse.__init__ and Client.__get

Test plan

  • All 70 tests pass
  • ruff format/check clean

Closes #32

@dannywillems dannywillems force-pushed the fix/32-return-type-annotations branch from 1a63aec to add998e Compare February 8, 2026 03:28
Add -> None to all __init__ and test methods, and explicit
return types to all public methods in response.py, field.py,
query.py, and client.py.

Closes #32
@dannywillems dannywillems force-pushed the fix/32-return-type-annotations branch from add998e to 3986aec Compare February 8, 2026 03:29
@dannywillems dannywillems merged commit f7c9908 into main Feb 8, 2026
3 checks passed
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.

Add return type annotations to all functions

1 participant