From d3c420ea01b8ed49ebbc169bb45fcf2193849d5c Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Wed, 30 Sep 2015 18:06:38 -0700 Subject: [PATCH] Adding hint to not consider a bakced up function for coverage accounting --- panoramix/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panoramix/models.py b/panoramix/models.py index 0e36f505f..91dcd7a0f 100644 --- a/panoramix/models.py +++ b/panoramix/models.py @@ -233,7 +233,7 @@ class Table(Model, Queryable, AuditMixinNullable): 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