Skip to content

Remove from linter errors

Benoit Formet requested to merge some-linter-fixes into master

Cleaned the code by removing some easy linter errors:

  • duplicate import
  • missing import
  • docstrings indentation (convert tabs to spaces) (black does not format docstrings)
  • remove python2 unicode strings (u"")
  • renamed exception NotImplemented => NotImplementedError

Merge request reports