mirror of https://github.com/Nonannet/pyladoc.git
blank lines added/removed
This commit is contained in:
parent
59a53f1be2
commit
a90d055d3e
|
@ -1,6 +1,7 @@
|
|||
import pyladoc
|
||||
import pandas as pd
|
||||
|
||||
|
||||
def test_readme_example():
|
||||
doc = pyladoc.DocumentWriter()
|
||||
|
||||
|
@ -28,4 +29,4 @@ def test_readme_example():
|
|||
html_code = doc.to_html()
|
||||
print(html_code)
|
||||
|
||||
assert '<table' in html_code
|
||||
assert '<table' in html_code
|
||||
|
|
Loading…
Reference in New Issue