mirror of
https://github.com/jazzband/django-analytical.git
synced 2026-03-16 22:20:25 +00:00
(Ignore coverage for intentionally unimplemented property)
This commit is contained in:
parent
a7246fbe44
commit
be564dd2b8
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ class _FacebookPixelNode(Node):
|
|||
|
||||
@property
|
||||
def code_template(self):
|
||||
raise NotImplementedError
|
||||
raise NotImplementedError # pragma: no cover
|
||||
|
||||
|
||||
class FacebookPixelHeadNode(_FacebookPixelNode):
|
||||
|
|
|
|||
Loading…
Reference in a new issue