Преглед изворни кода

Undo autopep8 for button_documentation.py

Itay Raveh пре 2 година
родитељ
комит
0f4a3d6a71
1 измењених фајлова са 7 додато и 7 уклоњено
  1. 7 7
      website/more_documentation/button_documentation.py

+ 7 - 7
website/more_documentation/button_documentation.py

@@ -14,10 +14,10 @@ def more() -> None:
     async def await_button_click() -> None:
         # @ui.page('/')
         # async def index():
-        b = ui.button('Step')
-        await b.clicked()
-        ui.label('One')
-        await b.clicked()
-        ui.label('Two')
-        await b.clicked()
-        ui.label('Three')
+            b = ui.button('Step')
+            await b.clicked()
+            ui.label('One')
+            await b.clicked()
+            ui.label('Two')
+            await b.clicked()
+            ui.label('Three')