Skip to content

Commit 66af7db

Browse files
committed
Fix typing
1 parent d1d4d5b commit 66af7db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chipflow/auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ def authenticate_with_device_flow(api_origin: str, interactive: bool = True):
223223
raise AuthenticationError(f"Network error during device flow: {e}")
224224

225225

226-
def get_api_key(api_origin: str = None, interactive: bool = True, force_login: bool = False):
226+
def get_api_key(api_origin: str | None = None, interactive: bool = True, force_login: bool = False):
227227
"""
228228
Get API key using the following priority:
229229
1. CHIPFLOW_API_KEY environment variable

0 commit comments

Comments
 (0)