mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 13:04:46 +08:00
fractions.pyi: Correct dunder parameter names (#8285)
This wasn't possible prior to #8280, which disabled pyright's reportSelfClsParameterName check
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
from typing_extensions import assert_type
|
||||
from typing import Tuple
|
||||
from typing_extensions import assert_type
|
||||
|
||||
|
||||
# Empty tuples, see #8275
|
||||
|
||||
Reference in New Issue
Block a user