Skip to content

Commit

Permalink
Give this another go!
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWizardTower committed Feb 29, 2020
1 parent 604178c commit 766e5e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nixops/diff.py
Expand Up @@ -5,6 +5,7 @@
from typing import Any, AnyStr, Callable, Dict, List, Optional, Tuple
from nixops.logger import MachineLogger
from nixops.state import StateDict
from nixops.deployment import Deployment


class Handler:
Expand Down Expand Up @@ -54,7 +55,7 @@ def __init__(
# FIXME: type should be 'nixops.deployment.Deployment'
# however we have to upgrade to python3 in order
# to solve the import cycle by forward declaration
depl: Any,
depl: Deployment,
logger: MachineLogger,
config: Dict[str, Any],
state: StateDict,
Expand Down

0 comments on commit 766e5e8

Please sign in to comment.