Skip to content

Commit

Permalink
🔖 fix version 0.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RF-Tar-Railt committed Oct 22, 2023
1 parent afe2a38 commit c8fd1a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nonebot_plugin_alconna/uniseg/segment.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ class CustomNode:
uid: str
name: str
time: datetime
content: Union[str, list["Segment"], Message]
content: Union[str, List[Segment], Message]


@dataclass
Expand Down

0 comments on commit c8fd1a7

Please sign in to comment.