Skip to content

Commit

Permalink
Add graph type hint
Browse files Browse the repository at this point in the history
  • Loading branch information
lloesche committed Aug 10, 2021
1 parent fc8fe42 commit 425beec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudkeeper/cloudkeeper/baseplugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def cmd_example(self, items: Iterable, args: str) -> Iterable:

plugin_type = PluginType.CLI

def __init__(self, graph, scheduler, clipboard) -> None:
def __init__(self, graph: Graph, scheduler, clipboard) -> None:
super().__init__()
self.graph = graph
self.scheduler = scheduler
Expand Down

0 comments on commit 425beec

Please sign in to comment.