Skip to content

Commit 9ea8d59

Browse files
committed
Fix stray paren in sync ping method
1 parent a9c5af2 commit 9ea8d59

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/toq/_client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ def permissions(self) -> dict:
166166

167167
def ping(self, address: str) -> dict:
168168
return self._request("POST", "/v1/ping", json={"address": address}).json()
169-
)
170169

171170
# ── History ──────────────────────────────────────────
172171

0 commit comments

Comments
 (0)