beautifultable icon indicating copy to clipboard operation
beautifultable copied to clipboard

Optimise codebase according to latest pythonic code style

Open Agent-Hellboy opened this issue 2 years ago • 0 comments

  • Use f-string for string formatting
  • Remove explicit inheritance from the python object
  • use python APIs like all, any.. wherever possible

Agent-Hellboy avatar May 12 '22 11:05 Agent-Hellboy