Skip to content

Fix parse_data return type annotation to match actual 3-value return#4

Open
mkoderer wants to merge 1 commit into
Kaiserdragon2:mainfrom
mkoderer:fix/protocol-parse-data-return-type
Open

Fix parse_data return type annotation to match actual 3-value return#4
mkoderer wants to merge 1 commit into
Kaiserdragon2:mainfrom
mkoderer:fix/protocol-parse-data-return-type

Conversation

@mkoderer
Copy link
Copy Markdown

The function returns (data, number_of_panels, control_code) but the type hint declared only a 2-tuple, causing type checker errors.

The function returns (data, number_of_panels, control_code) but the
type hint declared only a 2-tuple, causing type checker errors.
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