Files
watcher/watcher/api
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
..
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