Skip to content

Commit

Permalink
shut the linter up
Browse files Browse the repository at this point in the history
  • Loading branch information
bckohan committed Nov 17, 2023
1 parent 601961f commit 962b71f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions render_static/transpilers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,12 +227,12 @@ def parents(self):
for parent in self.parents_
if parent is not self.target
]

@property
def context(self):
"""A local template render context passed to overrides"""
return {} # pragma: no cover

def __init__(
self,
to_javascript: Union[str, Callable] = to_javascript_,
Expand Down Expand Up @@ -279,7 +279,7 @@ def transpile_override(
**self.context,
'default_impl': SafeString(d_impl)
})

@abstractmethod
def include_target(self, target: TranspilerTarget):
"""
Expand Down

0 comments on commit 962b71f

Please sign in to comment.