luukas b0d342e949
Check if something is in a dict with a simpler way
* Replace `data.get("key", None) is not None` with `"key" in data`
2022-05-25 00:39:16 +03:00
..
2022-05-15 12:38:48 -05:00
2022-04-12 19:38:18 -04:00
2022-05-16 00:55:22 +03:00
2022-03-23 02:50:12 +00:00
2022-04-14 19:34:21 -04:00