Skip to content

Commit 24873ee

Browse files
committed
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

+1-1
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)