Skip to content

utils/sandbox: Misc PEP-8 cleanups

Jean Felder requested to merge wip/jfelder/sandbox-cleanup into master
  • remove unused imports
  • Use the "with open" syntax
  • rewrite some strings to limit all lines to a maximum of 79 characters.
  • Do not use the equality operator to compare False and None

Merge request reports