79196756

Date: 2024-11-17 08:24:00
Score: 0.5
Natty:
Report link

On prettytable version 3.12.0 I get a warning:

DeprecationWarning: the 'ALL' constant is deprecated, use the 'HRuleStyle' and 'VRuleStyle' enums instead
  from prettytable import PrettyTable, ALL

Corrected it as follows:

table.hrules = True
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: ykoavlil