Skip to content

Commit adfc980

Browse files
committed
fix Unpack
1 parent 131a975 commit adfc980

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reflex/plugins/shared_tailwind.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
import dataclasses
44
from copy import deepcopy
5-
from typing import Any, Literal, TypedDict, Unpack
5+
from typing import Any, Literal, TypedDict
66

7-
from typing_extensions import NotRequired
7+
from typing_extensions import NotRequired, Unpack
88

99
from .base import Plugin as PluginBase
1010

0 commit comments

Comments
 (0)