Skip to content

Fix some subtle bugs (and type annotations)#54

Merged
gpalmz merged 2 commits into
mainfrom
gpalmz/subtle-bugs
Oct 23, 2025
Merged

Fix some subtle bugs (and type annotations)#54
gpalmz merged 2 commits into
mainfrom
gpalmz/subtle-bugs

Conversation

@gpalmz
Copy link
Copy Markdown
Collaborator

@gpalmz gpalmz commented Oct 23, 2025

  • Ah the classic mutable default args.
  • Also writing union types with | isn't supported until python 3.10 and we're targeting 3.9.
  • Also we can use tuple instead of Tuple for type annotations.

@gpalmz gpalmz requested review from a team as code owners October 23, 2025 22:04
@gpalmz gpalmz requested review from mvhdd and parsons90 and removed request for a team October 23, 2025 22:04
@gpalmz gpalmz merged commit dade1ec into main Oct 23, 2025
1 check passed
@gpalmz gpalmz deleted the gpalmz/subtle-bugs branch October 23, 2025 22:06
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.

3 participants