Skip to content

Commit 0ca661f

Browse files
committed
fix import
1 parent e85bd22 commit 0ca661f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

adafruit_crickit.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@
5151
#pylint: disable=wrong-import-position
5252
sys.path.insert(0, ".frozen") # Prefer frozen modules over local.
5353

54-
from adafruit_seesaw.seesaw import Seesaw, PWMOut
54+
from adafruit_seesaw.seesaw import Seesaw
55+
from adafruit_seesaw.pwmout import PWMOut
5556
from adafruit_motor.servo import Servo, ContinuousServo
5657
from adafruit_motor.motor import DCMotor
5758
from adafruit_motor.stepper import StepperMotor

0 commit comments

Comments
 (0)