Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
northdpole committed Aug 29, 2023
1 parent c2c3431 commit 818a192
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion application/database/db.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 0 additions & 1 deletion application/tests/web_main_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 818a192

Please sign in to comment.