mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-04-24 23:55:52 +03:00
[PR #269] [MERGED] refactor: Add Python type annotations wherever appropriate #350
Labels
No labels
android
bug
documentation
enhancement
good first issue
help wanted
linux
pull-request
reverse-engineering
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/librepods#350
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/kavishdevar/librepods/pull/269
Author: @mikomikotaishi
Created: 11/18/2025
Status: ✅ Merged
Merged: 11/19/2025
Merged by: @kavishdevar
Base:
main← Head:main📝 Commits (2)
28c6dceAdd Python type annotations wherever appropriate9c55463Might as well annotate this too📊 Changes
7 files changed (+680 additions, -699 deletions)
View changed files
➕
head-tracking/colors.py(+29 -0)📝
head-tracking/connection_manager.py(+18 -16)📝
head-tracking/gestures.py(+108 -131)📝
head-tracking/head_orientation.py(+61 -80)📝
head-tracking/plot.py(+274 -291)📝
linux/hearing-aid-adjustments.py(+127 -125)📝
proximity_keys.py(+63 -56)📄 Description
This pull request:
ColorsandColorFormatterto a separate file, rather than repeating it three timesimportstatements alphabetically, and addsfrom importstatements wherever appropriate for name simplification🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.