Skip to content

Commit

Permalink
Remove YAML module import from Cangen Init (#185)
Browse files Browse the repository at this point in the history
* deprecate YAML modules from init

---------

Co-authored-by: Jack Rubacha <[email protected]>
  • Loading branch information
tszwinglitw and jr1221 authored Oct 25, 2024
1 parent fe86adc commit d87a3e0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cangen/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
from cangen.RustSynth import RustSynth
from cangen.RustSynthFromJSON import RustSynthFromJSON
from cangen.YAMLParser import YAMLParser
from cangen.CANMsg import CANMsg
from cangen.CANMsg import EncodableCANMsg
from cangen.CANField import NetField
Expand Down

0 comments on commit d87a3e0

Please sign in to comment.