Skip to content

Commit bc01654

Browse files
authored
Remove __name__ property from LazyImportType (#16344)
1 parent 5b9d624 commit bc01654

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

stdlib/types.pyi

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -610,8 +610,6 @@ if sys.version_info >= (3, 15):
610610

611611
@final
612612
class LazyImportType:
613-
@property
614-
def __name__(self) -> str: ...
615613
def resolve(self) -> Any: ...
616614

617615
@final

0 commit comments

Comments
 (0)