Replace incomplete module markers (#14030)

This commit is contained in:
Sebastian Rittau
2025-05-13 08:53:39 +02:00
committed by GitHub
parent 8b877a6993
commit e08e349699
84 changed files with 89 additions and 199 deletions
+1 -3
View File
@@ -1,5 +1,3 @@
from _typeshed import Incomplete
import arrow
class DateMathException(Exception): ...
@@ -7,4 +5,4 @@ class DateMathException(Exception): ...
def parse(
expression: str, now: arrow.Arrow | None = None, tz: str = "UTC", type: str | None = None, roundDown: bool = True
) -> arrow.Arrow: ...
def __getattr__(name: str) -> Incomplete: ...
def __getattr__(name: str): ... # incomplete module