Skip to content

Commit 67fe27e

Browse files
Drop redundant from __future__ import annotations
Python 3.13 (the package floor) evaluates the runtime PEP 604 / PEP 695 syntax natively. Drop the directive for file-level idiom consistency with the rest of the codebase. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 70541ac commit 67fe27e

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/dqlitedbapi/_constants.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@
2323
this constant is ahead of what the server reports.
2424
"""
2525

26-
from __future__ import annotations
27-
2826
from typing import Final
2927

3028
SQLITE_VERSION_INFO: Final[tuple[int, int, int]] = (3, 35, 0)

0 commit comments

Comments
 (0)