Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 24873ee

Browse files
committedJun 18, 2024·
fix types
1 parent a1c9c4b commit 24873ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/reactpy_django/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from __future__ import annotations
22

3-
from dataclasses import dataclass, field
3+
from dataclasses import dataclass
44
from typing import (
55
TYPE_CHECKING,
66
Any,

0 commit comments

Comments
 (0)
Please sign in to comment.