Skip to content

Commit

Permalink
Set the default value in a saner way, add type annotation.
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWizardTower authored and grahamc committed Feb 29, 2020
1 parent 1ba4ff6 commit 641f9f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixops/diff.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def __init__(
res_type: str,
):
# type: (...) -> None
self.handlers = None
self.handlers: List[Handler] = []
self._definition = config
self._state = state
self._depl = depl
Expand Down

0 comments on commit 641f9f2

Please sign in to comment.