Skip to content

Commit

Permalink
🐛 mark the field's inline field as NotRequired
Browse files Browse the repository at this point in the history
  • Loading branch information
YousefEZ committed Dec 21, 2023
1 parent be0c509 commit 69eff95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qalib/translators/element/types/embed.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
class Field(TypedDict):
name: str
value: str
inline: bool
inline: NotRequired[bool]


class Footer(TypedDict):
Expand Down

0 comments on commit 69eff95

Please sign in to comment.