replace custom clock helpers with time module (#29499)

* replace custom clock stuff wtih time module

* fix double

* fix release

* bump cereal

* update type

* fix one more
old-commit-hash: d61f86d3398900ef01423d24cfdf897392a8efbb
This commit is contained in:
Adeeb Shihadeh
2023-08-20 18:50:58 -07:00
committed by GitHub
parent 3022f06e1e
commit 51634f52dc
16 changed files with 52 additions and 78 deletions
-1
View File
@@ -20,7 +20,6 @@ common/__init__.py
common/conversions.py
common/gpio.py
common/realtime.py
common/clock.pyx
common/timeout.py
common/ffi_wrapper.py
common/file_helpers.py