Skip to content

Commit 35f7e2c

Browse files
authored
Update run.py
1 parent 0718b58 commit 35f7e2c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pydocstringformatter/run.py

-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,6 @@ def apply_formatters(
171171
A tuple containing:
172172
[1] the formatted token and
173173
[2] a list of formatters that changed the token.
174-
[3] a boolean indicating if the token was in the second pass.
175174
"""
176175
token, changers = self._apply_formatters_once(token)
177176
if changers:

0 commit comments

Comments
 (0)