Skip to content

Commit cfbe222

Browse files
committed
CI: fix CI failure for PDEP with status: Draft
1 parent 7c836ed commit cfbe222

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/pandas_web.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,7 @@ def roadmap_pdeps(context):
280280
PDEP's in different status from the directory tree and GitHub.
281281
"""
282282
KNOWN_STATUS = {
283+
"Draft",
283284
"Under discussion",
284285
"Accepted",
285286
"Implemented",

0 commit comments

Comments
 (0)