Skip to content

Commit c926e72

Browse files
committed
tests/cpydiff: Indent workaround code snippet so it formats correctly.
1 parent 34e224a commit c926e72

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/cpydiff/types_exception_subclassinit.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
cause: Subclassing native classes is not fully supported in MicroPython.
55
workaround: Call using ``super()`` instead::
66
7-
class A(Exception):
8-
def __init__(self):
9-
super().__init__()
7+
class A(Exception):
8+
def __init__(self):
9+
super().__init__()
1010
"""
1111
class A(Exception):
1212
def __init__(self):

0 commit comments

Comments
 (0)