commit | 490ffa07e18b9f23ac03dcdc28ce7463336c66a3 | [log] [tgz] |
---|---|---|
author | Thomas Haller <thaller@redhat.com> | Fri Jul 19 11:32:59 2024 +0200 |
committer | Thomas Haller <thaller@redhat.com> | Fri Jul 19 11:33:07 2024 +0200 |
tree | 5462fc5b1d83bcd5731a608a57f540c1be9d96ea | |
parent | 6fc66dd8ecc3052e2f703654cf0a137fe24006a7 [diff] |
python: fix flake8 warnings ./python/netlink/route/tc.py:599:37: C408 Unnecessary dict call - rewrite as a literal. ./python/netlink/route/tc.py:610:16: C416 Unnecessary list comprehension - rewrite using list(). ./python/netlink/util.py:106:47: C408 Unnecessary dict call - rewrite as a literal.