Skip to content

Commit 0df14c0

Browse files
minor correction to constant type hint
1 parent 6a5368a commit 0df14c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonanywhere/api.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ from typing import Dict, List, Any
33

44
from requests import Response
55

6-
PYTHON_VERSIONS = Dict[str, str]
6+
PYTHON_VERSIONS: Dict[str, str] = ...
77

88
class AuthenticationError(Exception): ...
99
class NoTokenError(Exception): ...

0 commit comments

Comments
 (0)