Skip to content

Commit 747a2d5

Browse files
committed
remove unnecessary type: ignore - type checkers are getting smarter
1 parent 3cd5b94 commit 747a2d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django_typer/management/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ def handle(
173173

174174

175175
@t.overload # pragma: no cover
176-
def get_command( # type: ignore[overload-overlap]
176+
def get_command(
177177
command_name: str,
178178
stdout: t.Optional[t.IO[str]] = None,
179179
stderr: t.Optional[t.IO[str]] = None,

0 commit comments

Comments
 (0)