Skip to content

Commit 6cc936f

Browse files
committed
Typing annotation
1 parent 6d01497 commit 6cc936f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_status.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
import requests
1212

1313

14-
def get_languages() -> Generator[tuple[str, str]]:
14+
def get_languages() -> Generator[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)