Skip to content

Commit

Permalink
doc: deployment: fix linting issues in docker example
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Scherf <mail@florianscherf.de>
  • Loading branch information
fscherf committed Jul 30, 2023
1 parent 7c62167 commit 7f8ba4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/content/deployment/hello-world.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 7f8ba4c

Please sign in to comment.