junepark678 / GIRRewrite

Duplicate dictionary keys PYL-W0109
Bug risk
Major
a year agoa year old
Duplicate key 'CommunityEvents' in dictionary
 4from itertools import takewhile
 5
 6def derive_label(string):
 7    enders = { 8        "AppleEventNews": " ",
 9        "SubredditNews": " ",
10        "CommunityEvents": " ",