Skip to content
This repository was archived by the owner on Apr 13, 2024. It is now read-only.

Commit a5c640a

Browse files
committed
fix linter
1 parent be210fe commit a5c640a

File tree

4 files changed

+0
-40
lines changed

4 files changed

+0
-40
lines changed

can/dbc_test.py

-33
This file was deleted.

can/libdbc_py.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import os
2-
import subprocess
32

43
from cffi import FFI
54

can/packer.py

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
# pylint: skip-file
2-
import os
3-
import subprocess
4-
52
from opendbc.can.packer_impl import CANPacker
63
assert CANPacker

can/parser.py

-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
1-
import os
2-
import subprocess
3-
41
from opendbc.can.parser_pyx import CANParser # pylint: disable=no-name-in-module, import-error
52
assert CANParser

0 commit comments

Comments
 (0)