Skip to content

Commit 808a0d2

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/typing_extensions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ class Other(Leaf): # Error reported by type checker
316316
return f
317317

318318

319-
if hasattr(typing, "solid_base"):
319+
if hasattr(typing, "solid_base"): # 3.15
320320
solid_base = typing.solid_base
321321
else:
322322
def solid_base(cls):

0 commit comments

Comments
 (0)