diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2021-05-26 10:16:34 +0200 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarit.de> | 2021-05-26 21:17:19 +0200 |
| commit | ae2536220546852598cfa4d6ee1e03dee4fef5bd (patch) | |
| tree | 2b973ded99ff0fc9df8cb516f4df7c8212b74c5c /utils | |
| parent | 85364edaf077de42b24cc5e16507181208780c5e (diff) | |
[pylint] webapp.py - fix all wrong-import-order messages from pylint
pylint message: wrong-import-order
Respect PEP8 import order (standard imports first, then third-party libraries,
then local imports).
pylint message: wrong-import-position
Do not mix code & imports
BTW:
- only one import per line
- replace licence text by SPDX tag
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'utils')
0 files changed, 0 insertions, 0 deletions