Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: filters/flag_length.py

Issue 29347257: Issue 3997 - Wrong information about employees on Eyeo.com (Closed)
Patch Set: Implemented EU exception and removed additional global field Created July 12, 2016, 2:48 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | includes/jobs/why.md » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 def flag_length(people):
2 return len({flag for _, flag, _, _, _, _ in people if flag != "eu"})
OLDNEW
« no previous file with comments | « no previous file | includes/jobs/why.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld