Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 4, 2024
1 parent dd77169 commit 582c41c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion khal/ui/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ def __init__(
set_focus_date_callback=None,
**kwargs) -> None:
self._init: bool = True
self.parent: 'ClassicView' = parent
self.parent: ClassicView = parent
self.delete_status = delete_status
self.toggle_delete_instance = toggle_delete_instance
self.toggle_delete_all = toggle_delete_all
Expand Down
2 changes: 1 addition & 1 deletion khal/ui/calendarwidget.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ def __init__(self, walker: 'CalendarWalker') -> None:
self.on_press = walker.on_press
self._marked: Optional[MarkType] = None
self._pos_old: Optional[Tuple[int, int]] = None
self.body: 'CalendarWalker'
self.body: CalendarWalker
super().__init__(walker)

@property
Expand Down

0 comments on commit 582c41c

Please sign in to comment.