Skip to content

Commit

Permalink
Add missing attribute annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p committed Oct 16, 2024
1 parent fc473a1 commit 7f62580
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/prettytable/prettytable.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,9 @@ class PrettyTable:
_preserve_internal_border: bool
_hrules: HRuleStyle
_vrules: VRuleStyle
_int_format: dict[str, str]
_float_format: dict[str, str]
_custom_format: dict[str, Callable[[str, Any], str]]
_padding_width: int
_left_padding_width: int | None
_right_padding_width: int | None
Expand Down

0 comments on commit 7f62580

Please sign in to comment.