Skip to content

Commit c062081

Browse files
committed
fix errant type hint
1 parent d3a17ce commit c062081

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/django_typer/completers/model.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
from django.db import models
1010
from django.db.models.query import QuerySet
1111

12-
P = t.ParamSpec("P")
13-
1412

1513
def int_ranges(incomplete: str, max_val: int) -> t.List[t.Tuple[int, int]]:
1614
lower = int(incomplete)

0 commit comments

Comments
 (0)