Skip to content

chore: add from __future__ import annotations to all Python files#117

Closed
janickm wants to merge 1 commit into
NVIDIA:mainfrom
janickm:dev/janickm/add-future-annotations
Closed

chore: add from __future__ import annotations to all Python files#117
janickm wants to merge 1 commit into
NVIDIA:mainfrom
janickm:dev/janickm/add-future-annotations

Conversation

@janickm
Copy link
Copy Markdown
Collaborator

@janickm janickm commented May 15, 2026

Summary

  • Add from __future__ import annotations to 31 Python files that were missing it
  • Covers ncore/data/, ncore/sensors/, ncore/impl/, tools/, and test files
  • Aligns all files with the project coding convention specified in AGENTS.md

@janickm janickm self-assigned this May 15, 2026
@copy-pr-bot
Copy link
Copy Markdown

copy-pr-bot Bot commented May 15, 2026

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

@janickm janickm force-pushed the dev/janickm/add-future-annotations branch from f3a575d to 31bd1a1 Compare May 15, 2026 09:49
@janickm
Copy link
Copy Markdown
Collaborator Author

janickm commented May 15, 2026

/ok to test 31bd1a1

@janickm janickm force-pushed the dev/janickm/add-future-annotations branch from 31bd1a1 to b9a92b6 Compare May 15, 2026 11:10
@janickm
Copy link
Copy Markdown
Collaborator Author

janickm commented May 15, 2026

Unnecessary -- only needed where forward references or newer syntax require it, not globally.

@janickm janickm closed this May 15, 2026
@janickm janickm deleted the dev/janickm/add-future-annotations branch May 18, 2026 08:19
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