-
Notifications
You must be signed in to change notification settings - Fork 235
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add types to timer.py Signed-off-by: Michael Carlstrom <[email protected]> * Small fixes for modern flake8. (#1264) It doesn't like to compare types with ==, so switch to isinstance as appropriate. Signed-off-by: Chris Lalancette <[email protected]> Signed-off-by: Michael Carlstrom <[email protected]> * Add types to time_source.py (#1259) * Add types to time_source.py Signed-off-by: Michael Carlstrom <[email protected]> * Add TimerHandle docstring Signed-off-by: Michael Carlstrom <[email protected]> * resolve merge conflicts Signed-off-by: Michael Carlstrom <[email protected]> * Fix Callback input to be optional Signed-off-by: Michael Carlstrom <[email protected]> --------- Signed-off-by: Michael Carlstrom <[email protected]> Signed-off-by: Chris Lalancette <[email protected]> Co-authored-by: Chris Lalancette <[email protected]> Co-authored-by: Shane Loretz <[email protected]>
- Loading branch information
1 parent
34fe579
commit 783d7d9
Showing
2 changed files
with
58 additions
and
21 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