Skip to content

Commit 563f93a

Browse files
committed
add pandasstubs maintainers to the pandas_web.py file
1 parent 951eeb7 commit 563f93a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

web/pandas_web.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,9 @@ def maintainers_add_info(context):
171171

172172
maintainers_info = {}
173173
for user in (
174-
context["maintainers"]["active"] + context["maintainers"]["inactive"]
174+
context["maintainers"]["active"]
175+
+ context["maintainers"]["inactive"]
176+
+ context["maintainers"]["pandasstubs"]
175177
):
176178
resp = requests.get(
177179
f"https://api.github.com/users/{user}",

0 commit comments

Comments
 (0)