Skip to content

Commit

Permalink
run black
Browse files Browse the repository at this point in the history
  • Loading branch information
philogicae committed Aug 14, 2024
1 parent 061e7e2 commit 604c425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aleph/sdk/client/vm_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def __init__(
):
self.account = account
self.ephemeral_key = jwk.JWK.generate(kty="EC", crv="P-256")
self.node_url = node_url.rstrip('/')
self.node_url = node_url.rstrip("/")
self.pubkey_payload = self._generate_pubkey_payload()
self.pubkey_signature_header = ""
self.session = session or aiohttp.ClientSession()
Expand Down

0 comments on commit 604c425

Please sign in to comment.