From 7f8ba4c28aa25453cf384707b80f33765316c744 Mon Sep 17 00:00:00 2001 From: Florian Scherf Date: Sun, 30 Jul 2023 12:46:21 +0200 Subject: [PATCH] doc: deployment: fix linting issues in docker example Signed-off-by: Florian Scherf --- doc/content/deployment/hello-world.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/content/deployment/hello-world.py b/doc/content/deployment/hello-world.py index b0ff996f..e1a0eb8d 100644 --- a/doc/content/deployment/hello-world.py +++ b/doc/content/deployment/hello-world.py @@ -1,10 +1,10 @@ # hello-world.py -from lona.html import HTML, H1 -from lona import App, View - from lona_picocss import install_picocss +from lona.html import HTML, H1 +from lona import View, App + app = App(__file__) install_picocss(app) # optional