Skip to content

Commit

Permalink
fix: fixed very stupid typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tymees committed Oct 30, 2024
1 parent 3b4ea10 commit 3011f5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/humitifier/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class Config:
inventory: list[str]
pssh: dict
tasks: dict[str, str]
upload_endpoint = str
upload_endpoint: str

@classmethod
def load(cls) -> "Config":
Expand Down

0 comments on commit 3011f5c

Please sign in to comment.