Skip to content

Commit e4965d5

Browse files
m-aciekAA-Turner
andauthored
Update build_status.py
Co-authored-by: Adam Turner <[email protected]>
1 parent 289824f commit e4965d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build_status.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
"""
77

88
import tomllib
9-
from collections.abc import Generator
9+
from collections.abc import Iterator
1010

1111
import requests
1212

1313

14-
def get_languages() -> Generator[tuple[str, bool]]:
14+
def get_languages() -> Iterator[tuple[str, bool]]:
1515
data = requests.get(
1616
'https://raw.githubusercontent.com/'
1717
'python/docsbuild-scripts/refs/heads/main/config.toml',

0 commit comments

Comments
 (0)