Files
watcher/watcher
Viktor Varga 39e200e5eb Remove unnecessary dict.keys() method calls (api)
Since iter(dict) is equivalent to iter(dict.keys()), it is unnecessary
to call the keys() method of a dict, the dictionary itself is enough
to be referenced. The shorter form is also considered to be more
Pythonic.

This patch removes the unnecessary dict.keys() method calls in api.
This is a part of a larger patch series that removes dict.keys()
method calls.

TrivialFix

Change-Id: I29000f1f05b90d70109fa01393e97e1ebf450c63
2017-08-23 12:51:54 +02:00
..
2017-07-26 20:42:01 -07:00
2017-08-07 16:40:40 +09:00
2017-08-01 21:54:48 -07:00
2017-07-26 20:42:01 -07:00
2017-01-11 15:23:06 +05:30
2017-06-08 09:48:26 +07:00
2017-01-11 15:23:06 +05:30