Skip to content

Commit

Permalink
Fix type reference in AppIndicator indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
cschramm committed Sep 9, 2020
1 parent 3dc65bb commit e0aa77c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blueman/main/indicators/AppIndicator.py
Expand Up @@ -12,7 +12,7 @@


class AppIndicator:
def __init__(self, icon_name: str, on_activate_menu_item: MenuItemActivator,
def __init__(self, icon_name: str, on_activate_menu_item: "MenuItemActivator",
_on_activate_status_icon: Callable[[], None]) -> None:
self._on_activate = on_activate_menu_item
self.indicator = AppIndicator3.Indicator.new('blueman', icon_name,
Expand Down

0 comments on commit e0aa77c

Please sign in to comment.