mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-11 17:14:41 +00:00
config: ignore unused import
These are not used by classes in the docs, but they are used by Sphinx. Also, this will be used to let autocomplete know that these modules contain a Motor class.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
"""LEGO® MINDSTORMS® EV3 motors and sensors."""
|
||||
|
||||
from .parameters import Direction
|
||||
from .builtins import Motor
|
||||
from .builtins import Motor # noqa E402
|
||||
|
||||
|
||||
class TouchSensor():
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
"""LEGO® Powered Up motor, sensors, and lights."""
|
||||
|
||||
from .builtins import KeyPad, Accelerometer, ColorLight
|
||||
from .builtins import Motor
|
||||
from .builtins import Motor # noqa E402
|
||||
|
||||
|
||||
class RemoteControl():
|
||||
|
||||
Reference in New Issue
Block a user