Skip to content

Commit

Permalink
Add return type for dateutil.rrule._rrulestr.__call__. (python#7868)
Browse files Browse the repository at this point in the history
  • Loading branch information
emosenkis authored May 18, 2022
1 parent 3aaa1d0 commit f2f72d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/python-dateutil/dateutil/rrule.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,6 @@ class rruleset(rrulebase):
def exdate(self, exdate): ...

class _rrulestr:
def __call__(self, s, **kwargs): ...
def __call__(self, s, **kwargs) -> rrule | rruleset: ...

rrulestr: _rrulestr

0 comments on commit f2f72d6

Please sign in to comment.