Skip to content

Conversation

@cofin
Copy link
Member

@cofin cofin commented Mar 9, 2025

This commit removes __future__ annotations from multiple files and updates type hints to be more precise and compatible with modern Python type checking. Key changes include:

  • Removed from __future__ import annotations from multiple files
  • Updated type hints to use Optional and Union more explicitly
  • Added type ignore comments for specific type checking issues
  • Simplified import statements
  • Updated type hints in function signatures
  • Improved type compatibility with pyright and other type checkers

Description

Closes

This commit removes `__future__` annotations from multiple files and updates type hints to be more precise and compatible with modern Python type checking. Key changes include:

- Removed `from __future__ import annotations` from multiple files
- Updated type hints to use `Optional` and `Union` more explicitly
- Added type ignore comments for specific type checking issues
- Simplified import statements
- Updated type hints in function signatures
- Improved type compatibility with pyright and other type checkers
@cofin cofin merged commit 55f7a1d into main Mar 9, 2025
13 checks passed
@cofin cofin deleted the session-setup branch March 9, 2025 03:43
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.

2 participants