X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=NG-RO%2Fosm_ng_ro%2Fhtml_out.py;h=1b01cb8536f30aeab65ca1bb7062d1b5dd256335;hb=049cbb1b256805f589c24776dcf092c77fefec6a;hp=132bf68a9a5f536fcb7c51528f6e3b2cea322b1d;hpb=08c81cf0d426c695e67942ec9dceeeb4458ba582;p=osm%2FRO.git diff --git a/NG-RO/osm_ng_ro/html_out.py b/NG-RO/osm_ng_ro/html_out.py index 132bf68a..1b01cb85 100644 --- a/NG-RO/osm_ng_ro/html_out.py +++ b/NG-RO/osm_ng_ro/html_out.py @@ -15,9 +15,10 @@ 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 "