Skip to content

Commit 07e5452

Browse files
committed
trying to fix the formatting issues
1 parent 67f524d commit 07e5452

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_readme.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
CODE_BLOCK = re.compile(r"```python\n(.*?)```", re.DOTALL)
1212

1313
RESULT = re.compile(r"```result\n(.*?)```", re.DOTALL)
14+
15+
1416
def test_readme_runs():
1517
code_blocks = CODE_BLOCK.findall(README.read_text())
1618
result_blocks = RESULT.findall(README.read_text())

0 commit comments

Comments
 (0)