We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 225145c commit c5ba20fCopy full SHA for c5ba20f
stubs/python-dateutil/dateutil/relativedelta.pyi
@@ -38,15 +38,15 @@ class relativedelta:
38
self,
39
dt1: date | None = None,
40
dt2: date | None = None,
41
- years: int | None = 0,
42
- months: int | None = 0,
43
- days: int | None = 0,
44
- leapdays: int | None = 0,
45
- weeks: int | None = 0,
46
- hours: int | None = 0,
47
- minutes: int | None = 0,
48
- seconds: int | None = 0,
49
- microseconds: int | None = 0,
+ years: int = 0,
+ months: int = 0,
+ days: int = 0,
+ leapdays: int = 0,
+ weeks: int = 0,
+ hours: int = 0,
+ minutes: int = 0,
+ seconds: int = 0,
+ microseconds: int = 0,
50
year: int | None = None,
51
month: int | None = None,
52
day: int | None = None,
0 commit comments