Skip to content

Commit 743c934

Browse files
committed
fix black
1 parent 1be6f2f commit 743c934

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

template/utils/tests/test_docs.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
def test_fill_doc():
99
"""Test decorator to fill docstring."""
10+
1011
# test filling docstring
1112
@fill_doc
1213
def foo(verbose):
@@ -43,6 +44,7 @@ def foo(verbose):
4344

4445
def test_copy_doc():
4546
"""Test decorator to copy docstring."""
47+
4648
# test copy of docstring
4749
def foo(x, y):
4850
"""My doc."""

0 commit comments

Comments
 (0)