aboutsummaryrefslogtreecommitdiff
path: root/pw_cpu_exception_cortex_m/py/pw_cpu_exception_cortex_m/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'pw_cpu_exception_cortex_m/py/pw_cpu_exception_cortex_m/__init__.py')
-rw-r--r--pw_cpu_exception_cortex_m/py/pw_cpu_exception_cortex_m/__init__.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/pw_cpu_exception_cortex_m/py/pw_cpu_exception_cortex_m/__init__.py b/pw_cpu_exception_cortex_m/py/pw_cpu_exception_cortex_m/__init__.py
index 99a4f92b5..db41e573b 100644
--- a/pw_cpu_exception_cortex_m/py/pw_cpu_exception_cortex_m/__init__.py
+++ b/pw_cpu_exception_cortex_m/py/pw_cpu_exception_cortex_m/__init__.py
@@ -13,4 +13,6 @@
# the License.
"""Python tooling for Cortex-M CPU state analysis."""
from pw_cpu_exception_cortex_m.exception_analyzer import (
- CortexMExceptionAnalyzer, process_snapshot)
+ CortexMExceptionAnalyzer,
+ process_snapshot,
+)