Skip to content

Conversation

@waketzheng
Copy link
Contributor

Description

Feature:

  1. Remove typing_extensions from dependencies list
  2. Apply future type hints style

@waketzheng
Copy link
Contributor Author

  • Why remove typing_extensions
    I check py files in aiosqlite/ and docs/ and ensure that typing_extensions is not imported.
  • How is type hints improved
    Add from __future__ import annotations to py files in aiosqlite/ that imports typing.
    Then run ruff check --extend-select=UP --ignore=UP031 --fix --unsafe-fixes to auto fix issues.

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