Skip to content

Commit

Permalink
more formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kavigupta committed Sep 10, 2024
1 parent 4664a4c commit 0137d03
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_renderer.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ def process(string):


class ParserTest(unittest.TestCase):
def parse_and_rerender(self, string, **kwargs):
@staticmethod
def parse_and_rerender(string, **kwargs):
return Renderer(**kwargs).render_multiple(
parse(string, ParserConfig({"'", "quote"}, True))
)
Expand Down

0 comments on commit 0137d03

Please sign in to comment.