Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Ninjagod1251 committed Jan 3, 2025
1 parent 88a11b7 commit 44fcd48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion silverback/cluster/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def __hash__(self) -> int:
def update(
self, name: str | None = None, variables: dict[str, str | None] | None = None
) -> "VariableGroup":

if name is not None:
# Update metadata
response = self.cluster.put(f"/vars/{self.name}", json=dict(name="testname"))
Expand Down

0 comments on commit 44fcd48

Please sign in to comment.