Skip to content

Commit f4af65e

Browse files
committed
Fix linting
1 parent e9a2cb4 commit f4af65e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

starknet_py/net/http_client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ async def _warn_if_incompatible_rpc_version(self):
106106
if not self._is_spec_version_verified:
107107
payload = {
108108
"jsonrpc": "2.0",
109-
"method": f"starknet_specVersion",
109+
"method": "starknet_specVersion",
110110
"id": 0,
111111
}
112112

0 commit comments

Comments
 (0)