Files
watcher/watcher/api
Viktor Varga d218e6f107 Replace map/filter lambda with comprehensions
List comprehensions and generator expressions are considered to be more
Pythonic (and usually more readable) than map and filter with lambda.
This patch replaces four usages of [map|filter](lambda ...) with the
appropriate list comprehension or generator expression.

TrivialFix

Change-Id: Ifda9030bb8aa196cb7a5977a57ef46dfefd70fa6
2017-08-07 13:22:40 +03:00
..
2015-06-04 15:27:57 +02:00
2016-12-07 21:46:28 +00:00
2016-12-07 21:46:28 +00:00
2017-04-01 19:03:17 +05:30
2016-06-20 19:03:02 -05:00
2016-09-27 06:33:20 +00:00