Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Datapack-Hub/api
Browse files Browse the repository at this point in the history
  • Loading branch information
HoodieRocks committed Nov 10, 2023
2 parents 2945534 + bd15618 commit 74b2762
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion utilities/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,5 @@ def commit_fake_project(count: int = 50):
uploaded=project.uploaded,
updated=project.updated,
icon=project.icon_url,
status=project.status
status=project.status,
)
1 change: 0 additions & 1 deletion utilities/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ def make_connection() -> Connection:

def exec_query(conn: Connection, query: str, **params) -> CursorResult:
q = text(query)


if params:
q = q.bindparams(**params)
Expand Down

0 comments on commit 74b2762

Please sign in to comment.