Markus Heiser ae25362205 [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>
2021-05-26 21:17:19 +02:00
..
2021-05-02 17:46:40 -07:00
2020-12-11 14:37:08 +01:00
2021-05-03 15:45:30 +02:00
2021-04-10 15:38:33 +02:00
2021-03-27 20:30:08 +01:00