We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 289824f commit e4965d5Copy full SHA for e4965d5
build_status.py
@@ -6,12 +6,12 @@
6
"""
7
8
import tomllib
9
-from collections.abc import Generator
+from collections.abc import Iterator
10
11
import requests
12
13
14
-def get_languages() -> Generator[tuple[str, bool]]:
+def get_languages() -> Iterator[tuple[str, bool]]:
15
data = requests.get(
16
'https://raw.githubusercontent.com/'
17
'python/docsbuild-scripts/refs/heads/main/config.toml',
0 commit comments