Skip to content

Commit

Permalink
fix: remove complicated type in inventory
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoVoges committed Jan 17, 2024
1 parent 671c3c9 commit efbe5e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kapitan/inventory/inventory.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class InventoryTarget:

class Inventory(ABC):
path: str = "inventory"
targets: dict[str, InventoryTarget] = {}
targets: dict = {}

def __init__(self, path: str = path, compose_target_name: bool = False):
self.inventory_path = path
Expand Down

0 comments on commit efbe5e8

Please sign in to comment.