Skip to content

Commit b7fec82

Browse files
committed
type
1 parent dd635bf commit b7fec82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

substrate/substrate.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import json
2-
from typing import Optional, Any
2+
from typing import Optional, Any, Dict
33

44
import zlib
55
import base64
@@ -22,7 +22,7 @@ def __init__(
2222
api_key: str,
2323
base_url: str = "https://api.substrate.run",
2424
timeout: float = 60 * 5.0,
25-
additional_headers: Optional[str, Any] = None,
25+
additional_headers: Optional[Dict[str, Any]] = None,
2626
):
2727
"""
2828
Initialize the Substrate SDK.

0 commit comments

Comments
 (0)