Use 3.9 compat syntax (#164)

This commit is contained in:
Christian Byrne 2025-05-05 23:12:12 -07:00 committed by Robin Huang
parent a065ada8af
commit 63556900b2

View File

@ -278,7 +278,6 @@ class ApiClient:
"headers": headers,
}
def get_headers(self) -> Dict[str, str]:
"""Get headers for API requests, including authentication if available"""
headers = {"Content-Type": "application/json", "Accept": "application/json"}