Skip to content

Commit 097f6ef

Browse files
committed
LINT fixup
1 parent ada0154 commit 097f6ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/validate_docstrings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ def see_also(self):
476476
for funcs, desc in self.doc['See Also']:
477477
for func, _ in funcs:
478478
result[func] = ''.join(desc)
479-
479+
480480
return result
481481

482482
@property

0 commit comments

Comments
 (0)