Skip to content

Commit 7b6b3a3

Browse files
Update src/typing_extensions.py
Co-authored-by: Alex Waygood <[email protected]>
1 parent f75df29 commit 7b6b3a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/typing_extensions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,7 @@ class Other(Leaf): # Error reported by type checker
321321
else:
322322
def solid_base(cls):
323323
"""This decorator marks a class a solid base.
324+
324325
Child classes of a solid base cannot inherit from other solid bases that are
325326
not parent classes of the solid base.
326327

0 commit comments

Comments
 (0)