From 818a19204eb3069d1177b6a6f7f9c2b5233aafff Mon Sep 17 00:00:00 2001 From: Spyros Date: Tue, 29 Aug 2023 18:16:45 +0100 Subject: [PATCH] lint --- application/database/db.py | 2 +- application/tests/web_main_test.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/application/database/db.py b/application/database/db.py index 9e05038aa..cf5c38da8 100644 --- a/application/database/db.py +++ b/application/database/db.py @@ -473,7 +473,7 @@ def get_nodes_with_pagination( ntype=ntype, description=description, sectionID=sectionID, - ).paginate(page=int(page),per_page=items_per_page, error_out=False) + ).paginate(page=int(page), per_page=items_per_page, error_out=False) total_pages = dbnodes.pages if dbnodes.items: for dbnode in dbnodes.items: diff --git a/application/tests/web_main_test.py b/application/tests/web_main_test.py index d8195ac88..30f870c6f 100644 --- a/application/tests/web_main_test.py +++ b/application/tests/web_main_test.py @@ -27,7 +27,6 @@ def setUp(self) -> None: self.app_context.push() sqla.create_all() - def test_extend_cre_with_tag_links(self) -> None: """ Given: