Skip to content

Commit

Permalink
Adding hint to not consider a bakced up function for coverage accounting
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Oct 1, 2015
1 parent 601e30a commit d3c420e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panoramix/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ def query_bkp(
is_timeseries=True,
timeseries_limit=15,
row_limit=None,
extras=None):
extras=None): # pragma: no cover
"""
Unused, legacy way of querying by building a SQL string without
using the sqlalchemy expression API (new approach which supports
Expand Down

0 comments on commit d3c420e

Please sign in to comment.