Skip to content

Commit

Permalink
chore: flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Jul 25, 2023
1 parent c47cbe0 commit 8ab2a90
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,8 @@ def test_highlight_json():

assert html == """<div><h2>Example</h2>
<div class="highlight"><pre><span></span><span class="p">{</span>
<span class="w"> </span><span class="nt">"key"</span><span class="p">:</span><span class="w"> </span><span class="mi">1</span>
<span class="w"> </span><span class="nt">"key"</span><span class="p">:</span><span class="w"> </span>\
<span class="mi">1</span>
<span class="p">}</span>
</pre></div>
</div>"""
Expand Down

0 comments on commit 8ab2a90

Please sign in to comment.