Skip to content

Fix nitpicks: Remove unused imports and unnecessary method arguments#53

Merged
bmjcode merged 2 commits into
masterfrom
remove-unused-qpainter-import
May 12, 2026
Merged

Fix nitpicks: Remove unused imports and unnecessary method arguments#53
bmjcode merged 2 commits into
masterfrom
remove-unused-qpainter-import

Conversation

@bmjcode
Copy link
Copy Markdown
Member

@bmjcode bmjcode commented May 5, 2026

We no longer need to import QPainter here since reworking the drawing logic in #50.

We no longer need to import QPainter here since reworking the drawing
logic in #50.
This is a nitpick, but it eliminates a red herring for future
maintainers who might otherwise wonder why we're specifying what's
already the default behavior here.
@bmjcode bmjcode changed the title Remove an unused import Fix nitpicks: Remove unused imports and unnecessary method arguments May 10, 2026
@bmjcode bmjcode merged commit 25fdd8f into master May 12, 2026
3 checks passed
@bmjcode bmjcode deleted the remove-unused-qpainter-import branch May 12, 2026 22: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.

2 participants