Skip to content

Commit

Permalink
chore: mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
dtdang committed Nov 1, 2024
1 parent 36d9a01 commit 9d412e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions silverback/cluster/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -480,8 +480,8 @@ def workspaces(self) -> dict[str, Workspace]:

def create_workspace(
self,
workspace_slug: str = "",
workspace_name: str = "",
workspace_slug: str | None = None,
workspace_name: str | None = None,
) -> Workspace:
response = self.post(
"/workspaces",
Expand Down

0 comments on commit 9d412e2

Please sign in to comment.