Skip to content

Commit

Permalink
remove redundant
Browse files Browse the repository at this point in the history
  • Loading branch information
yconst committed Sep 25, 2023
1 parent 9f1c57e commit 647e2be
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions studio/Python/tinymovr/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,14 @@
"""

import can
from canine import CANineBus
import pkg_resources
import IPython
from traitlets.config import Config
from docopt import docopt

from tinymovr import init_tee, destroy_tee
from tinymovr.discovery import Discovery
from tinymovr.constants import app_name, base_node_name
from tinymovr.constants import app_name
from tinymovr.config import get_bus_config, configure_logging

"""
Expand Down

0 comments on commit 647e2be

Please sign in to comment.