Skip to content
  • Jean Felder's avatar
    utils/sandbox: Misc PEP-8 cleanups · ef3fa4a0
    Jean Felder authored
    * 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
    ef3fa4a0