Skip to content

DM-54797: Simplify and merge imports#138

Merged
rra merged 1 commit into
mainfrom
t/DM-54797
May 5, 2026
Merged

DM-54797: Simplify and merge imports#138
rra merged 1 commit into
mainfrom
t/DM-54797

Conversation

@rra
Copy link
Copy Markdown
Member

@rra rra commented May 5, 2026

Stop separating out the imports used only for type checking, since that tends to result in invalid imports that are silently ignored (and indeed, undoing this separation required fixing several typos that had prevented full type checking). Remove from __future__ import annotations, since it is deprecated in Python and is being slowly removed. Reorder some code to avoid forward references.

Stop separating out the imports used only for type checking, since
that tends to result in invalid imports that are silently ignored
(and indeed, undoing this separation required fixing several typos
that had prevented full type checking). Remove `from __future__
import annotations`, since it is deprecated in Python and is being
slowly removed. Reorder some code to avoid forward references.
@rra rra merged commit dd8f2a4 into main May 5, 2026
8 checks passed
@rra rra deleted the t/DM-54797 branch May 5, 2026 01:08
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