Skip to content

Commit 1ceb360

Browse files
committed
type in test_docs
1 parent 4e7d4e6 commit 1ceb360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_docs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ def test_doc(readme_path):
4343
str(readme_path),
4444
module_relative=False,
4545
verbose=False,
46-
optionflags=doctest.ELLIPSIS
46+
optionflags=doctest.ELLIPSIS,
4747
)
4848
assert result.failed == 0

0 commit comments

Comments
 (0)