forked from erikrose/blessings
-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Added type hints for `_time_left()`, `_read_until`, and `DEFAULT_ESCDELAY` in `keyboard.pyi` - Removed `functools.partial()` in `Terminal.inkey()` - Pylint complained about no return value - It doesn't seem necessary anymore. I think at one point it consolidated some complicated code, but now these calls are pretty simple - Ignore two cases where Pylint reported a false positive
- Loading branch information
Showing
2 changed files
with
23 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters