Skip to content

Commit 5ac3798

Browse files
committed
try fix linting
1 parent f8bcd97 commit 5ac3798

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/django_typer/patch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def apply() -> None:
7777

7878
from typer import main
7979

80-
main.console_stderr = Console(
80+
main.console_stderr = Console( # pyright: ignore[reportAttributeAccessIssue]
8181
stderr=True, force_terminal=force_terminal, color_system=color_system
8282
)
8383

0 commit comments

Comments
 (0)