Skip to content

Commit bb87473

Browse files
authored
Another follow up
1 parent 8d8f988 commit bb87473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pylint/lint/pylinter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ def _handle_force_color_no_color(
291291
)
292292
force_color = False
293293

294-
final_reporters: list[reporters.BaseReporter] = []
294+
final_reporters: list[BaseReporter] = []
295295

296296
for rep in reporters:
297297
if (

0 commit comments

Comments
 (0)