Skip to content

Update type annotations in design.py for Python 3.12+ compliance#107

Merged
henrylee97 merged 2 commits into
mainfrom
doublehoon/issue106
Feb 19, 2026
Merged

Update type annotations in design.py for Python 3.12+ compliance#107
henrylee97 merged 2 commits into
mainfrom
doublehoon/issue106

Conversation

@doublehoon

@doublehoon doublehoon commented Nov 4, 2025

Copy link
Copy Markdown
Contributor

Modernizes type annotations in the design.py file to align with Python 3.12+ standards (PEP 585) by replacing Dict with the built-in dict type and removing unnecessary imports.

Fixes #106

@henrylee97
henrylee97 enabled auto-merge (squash) February 19, 2026 17:34
@henrylee97

Copy link
Copy Markdown
Member

LGTM

@henrylee97 henrylee97 self-assigned this Feb 19, 2026
@henrylee97
henrylee97 merged commit 65b2ccc into main Feb 19, 2026
1 check passed
@henrylee97 henrylee97 added the chore Other things label Feb 19, 2026
@henrylee97
henrylee97 deleted the doublehoon/issue106 branch February 19, 2026 17:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore Other things

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update type annotations in design.py to use modern Python 3.12+ syntax

2 participants