Skip to content

Commit 2b8d036

Browse files
committed
remove kw_only for py3.8 compatibility
1 parent 96c451f commit 2b8d036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/django_idom/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class ViewComponentIframe:
5353
kwargs: dict
5454

5555

56-
@dataclass(kw_only=True)
56+
@dataclass
5757
class QueryOptions:
5858
"""A Django ORM query function, alongside some configuration values."""
5959

0 commit comments

Comments
 (0)