Skip to content

Commit

Permalink
catch NotImplementedError
Browse files Browse the repository at this point in the history
  • Loading branch information
FoamyGuy committed Dec 27, 2021
1 parent 9995c45 commit 5045c4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adafruit_motor/servo.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from typing import Optional, Type
from types import TracebackType
from pwmio import PWMOut
except ImportError:
except (ImportError, NotImplementedError):
pass


Expand Down

0 comments on commit 5045c4a

Please sign in to comment.