Skip to content

Commit 1785fc9

Browse files
committed
Remove spurious blank lines
1 parent 311ca30 commit 1785fc9

File tree

3 files changed

+0
-8
lines changed

3 files changed

+0
-8
lines changed

tests/test_builders/test_build_html_assets.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,5 +150,3 @@ def test_javscript_loading_method(app):
150150
assert '<script src="_static/normal.js"></script>' in content
151151
assert '<script async="async" src="_static/early.js"></script>' in content
152152
assert '<script defer="defer" src="_static/late.js"></script>' in content
153-
154-

tests/test_builders/test_build_html_code.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,3 @@ def test_html_code_role(app):
4444
assert ('<div class="highlight-python notranslate">' +
4545
'<div class="highlight"><pre><span></span>' +
4646
common_content) in content
47-
48-
49-
50-

tests/test_domains/test_domain_py_pyobject.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -390,5 +390,3 @@ def test_pydecoratormethod_signature(app):
390390

391391
assert 'deco' in domain.objects
392392
assert domain.objects['deco'] == ('index', 'deco', 'method', False)
393-
394-

0 commit comments

Comments
 (0)