sudhir_agarwal c078cc2b6f Remove unused None from dict.get()
Since the default value is None when can't get a key from a dict,
So there is no need to use dict.get('key', None).

Change-Id: Ie8008e83f432263e7a97e482e83f240b1056feee
2017-07-05 12:49:10 +00:00
..
2017-06-07 11:35:59 +00:00
2015-12-07 18:20:43 +03:00
2017-04-28 01:28:13 +00:00