Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
majorgreys committed May 5, 2020
1 parent 5b604dc commit 4cb1e71
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,6 @@ class Jinja2Instrumentor(BaseInstrumentor):
See `BaseInstrumentor`
"""

def __init__(self):
super().__init__()
self._original_jinja2_tempalte_render = None

def _instrument(self, **kwargs):
_wrap(jinja2, "environment.Template.render", _wrap_render)
_wrap(jinja2, "environment.Template.generate", _wrap_render)
Expand Down

0 comments on commit 4cb1e71

Please sign in to comment.