Skip to content

Commit 20ea7b2

Browse files
committed
More fixes
1 parent b6c9e1f commit 20ea7b2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/check_async_docstrings.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@
5454

5555
if found_issues:
5656
print()
57-
print('Issues with async docstrings found. Please fix them manually or by running `make fix-async-docstrings`.')
57+
print(
58+
'Issues with async docstrings found. Please fix them manually or by running `uv run poe fix-async-docstrings`.'
59+
)
5860
sys.exit(1)
5961
else:
6062
print('Success: async method docstrings are in sync with sync method docstrings.')

0 commit comments

Comments
 (0)