Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed Jul 28, 2023
1 parent d99945d commit fc16aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_ext_viewcode.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def check_viewcode_output(app, status, warning):
if pygments.__version__ >= '2.14.0':
assert '<span> </span><span>&quot;&quot;&quot;</span>\n' in result
else:
assert ' <span>&quot;&quot;&quot;</span>\n' in result
assert ' <span>&quot;&quot;&quot;</span>\n' in result
assert '<span> this is Class1</span>\n' in result
assert '<span> &quot;&quot;&quot;</span>\n' in result

Expand Down

0 comments on commit fc16aeb

Please sign in to comment.