We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9995c45 + 5045c4a commit fefb7adCopy full SHA for fefb7ad
adafruit_motor/servo.py
@@ -16,7 +16,7 @@
16
from typing import Optional, Type
17
from types import TracebackType
18
from pwmio import PWMOut
19
-except ImportError:
+except (ImportError, NotImplementedError):
20
pass
21
22
0 commit comments