Skip to content

Commit 7f9435b

Browse files
committed
Remove TODO comment
1 parent d8ecc95 commit 7f9435b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/django_stubs_ext/aliases.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from django.utils.functional import _StrPromise as StrPromise
77

88
QuerySetAny = _QuerySetAny
9-
ValuesQuerySet = _QuerySet[_T, _Row] # TODO think about this!
9+
ValuesQuerySet = _QuerySet[_T, _Row]
1010
else:
1111
from django.db.models.query import QuerySet
1212
from django.utils.functional import Promise as StrPromise

0 commit comments

Comments
 (0)