Skip to content

Commit

Permalink
remove synonym function from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
madwort committed Oct 10, 2024
1 parent 75b9d63 commit e001bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobrunner/lib/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def find_where(itemclass, **query_params):
return [itemclass(*decode_field_values(fields, row)) for row in cursor]


def find_all(itemclass):
def find_all(itemclass): # pragma: nocover
return find_where(itemclass)


Expand Down

0 comments on commit e001bec

Please sign in to comment.