Skip to content

Commit cdf4341

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 13d8fae commit cdf4341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_module_list.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def test_transform_api(self):
6868
continue
6969
if (contents is not None) and f"`{docname}`" not in f"{contents}":
7070
self.assertTrue(False, f"please add `{docname}` to docs/source/transforms.rst")
71-
71+
7272
self.assertFalse(remained)
7373

7474

0 commit comments

Comments
 (0)