Skip to content

Fix: Imports and refactor

Mikhail Karnevskiy requested to merge fix/tools_imports into master

@haufs @ahmedk

Fix imports in tools.py

  • All imports are currently located in the top of the file. Missing imports are added
  • Line length should now satisfy to PEP8
  • Python2 imports are deleted
  • Function with duplicated name is deleted

Merge request reports