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.
1 parent 6d50575 commit b3dc529Copy full SHA for b3dc529
XRPLib/imu.py
@@ -6,7 +6,7 @@
6
try:
7
from .imu_defs import *
8
from uctypes import struct, addressof
9
-except TypeError, ModuleNotFoundError:
+except (TypeError, ModuleNotFoundError):
10
# Import wrapped in a try/except so that autodoc generation can process properly
11
pass
12
from machine import I2C, Pin, Timer, disable_irq, enable_irq
0 commit comments