Skip to content

Fix: Suppress type checking errors for unix-specific imports#338

Merged
vicsanity623 merged 7 commits into
pyob-evolution-v1-1781232823from
pyob-evolution-v3-1781233198
Jun 12, 2026
Merged

Fix: Suppress type checking errors for unix-specific imports#338
vicsanity623 merged 7 commits into
pyob-evolution-v1-1781232823from
pyob-evolution-v3-1781233198

Conversation

@pyob-bot

Copy link
Copy Markdown
Collaborator

Summary of Changes

Added # type: ignore comments to the termios and tty imports within the _unix_input method of CoreUtilsMixin.

Technical Impact

This change resolves static type checking errors (e.g., Mypy) that occur when running the codebase on non-Unix platforms or in environments where these modules are not recognized by the type checker. This ensures cleaner CI/CD pipelines without affecting the runtime behavior of the utility.

@vicsanity623 vicsanity623 merged commit cc4cd4d into pyob-evolution-v1-1781232823 Jun 12, 2026
1 check passed
@vicsanity623 vicsanity623 deleted the pyob-evolution-v3-1781233198 branch June 12, 2026 03:13
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