Explorar el Código

fixed whitespace

Rodja Trappe hace 2 años
padre
commit
4d71710897
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tests/test_pages.py

+ 1 - 1
tests/test_pages.py

@@ -97,7 +97,7 @@ def test_shared_and_individual_pages(screen: Screen):
     def individual_page():
         ui.label(f'individual page with uuid {uuid4()}')
 
-    @ ui.page('/shared_page', shared=True)
+    @ui.page('/shared_page', shared=True)
     def shared_page():
         ui.label(f'shared page with uuid {uuid4()}')