Skip to content

Commit

Permalink
parser: clean up unused import & variable
Browse files Browse the repository at this point in the history
  • Loading branch information
sshane committed Jul 31, 2024
1 parent b84833f commit ddfcaba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion can/common.pxd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# distutils: language = c++
# cython: language_level=3

from libc.stdint cimport uint8_t, uint16_t, uint32_t, uint64_t
from libc.stdint cimport uint8_t, uint32_t, uint64_t
from libcpp cimport bool
from libcpp.pair cimport pair
from libcpp.string cimport string
Expand Down
1 change: 0 additions & 1 deletion can/parser_pyx.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ cdef class CANParser:
cdef:
cpp_CANParser *can
const DBC *dbc
vector[SignalValue] can_values
vector[uint32_t] addresses

cdef readonly:
Expand Down

0 comments on commit ddfcaba

Please sign in to comment.