mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-07 22:10:10 +08:00
Replace incomplete module markers (#14030)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user