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:
Alex Waygood
2022-07-12 22:40:48 +01:00
committed by GitHub
parent 0306754f5f
commit a1af16bda5
2 changed files with 57 additions and 57 deletions

View File

@@ -1,5 +1,5 @@
from typing_extensions import assert_type
from typing import Tuple
from typing_extensions import assert_type
# Empty tuples, see #8275