Enabling Flake8 and import sorting
[osm/RO.git] / NG-RO / osm_ng_ro / html_out.py
index 132bf68..1b01cb8 100644 (file)
 Contains html text in variables to make and html response
 """
 
-import yaml
-from http import HTTPStatus
 from html import escape as html_escape
+from http import HTTPStatus
+
+import yaml
 
 __author__ = "Alfonso Tierno <alfonso.tiernosepulveda@telefonica.com>"