Skip to content

Commit b5bf556

Browse files
authored
fix INCLUDED_USERS formating
1 parent 475570f commit b5bf556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

promptsource/templates.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
# These are users whose datasets should be included in the results returned by
2828
# filter_english_datasets (regardless of their metadata)
29-
INCLUDED_USERS = {"Zaid", "craffel", "GEM", "khalidalt}
29+
INCLUDED_USERS = {"Zaid", "craffel", "GEM", "khalidalt"}
3030

3131

3232
def highlight(input):

0 commit comments

Comments
 (0)