Skip to content
GitLab
Explore
Sign in
Fix: Imports and refactor
Code
Review changes
Check out branch
Download
Patches
Plain diff
Mikhail Karnevskiy
requested to merge
fix/tools_imports
into
master
Jul 15, 2019
Overview
8
Commits
2
Pipelines
0
Changes
1
Expand
@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