Browse Source

Automatic formatting commit: 2020-04-29T15:22:30.317039

Getty Ritter 3 years ago
parent
commit
be4051ea9e
1 changed files with 1 additions and 8 deletions
  1. 1 8
      lc/app.py

+ 1 - 8
lc/app.py

@@ -23,14 +23,7 @@ class Index(Endpoint):
 
         return render(
             "main",
-            v.Page(
-                title="main",
-                content=render(
-                    "linklist",
-                    linklist
-                ),
-                user=self.user,
-            ),
+            v.Page(title="main", content=render("linklist", linklist), user=self.user,),
         )