mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-23 19:41:51 +08:00
Update stubtest for final checking (#7312)
Co-authored-by: hauntsaninja <>
This commit is contained in:
@@ -245,6 +245,7 @@ class Row:
|
||||
def __ne__(self, __other): ...
|
||||
|
||||
if sys.version_info < (3, 8):
|
||||
@final
|
||||
class Statement:
|
||||
def __init__(self, *args, **kwargs): ...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user