forked from commaai/opendbc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* type stubs for common, parser_pyx * Cleanup imports * values are indeed floats * common.pyi complete, added cpp stubs * parser_pyx.pyi complete * CANPacker completed * Holding temp changes... * remove *.pyi * just remove skip-file Co-authored-by: Jason Shuler <jshuler@gmail.com>
- Loading branch information
1 parent
dcab27c
commit 107b96a
Showing
2 changed files
with
4 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
# pylint: skip-file | ||
from opendbc.can.packer_pyx import CANPacker | ||
from opendbc.can.packer_pyx import CANPacker # pylint: disable=no-name-in-module, import-error | ||
assert CANPacker |
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