A little code clean-up is needed. Following the Drive 4.0.0 release, as we moved to Python 3, Qt 5 and the Python client, there were several missed code purgations to left.
For instance, utils.py::guess_mime_type() is nor more used (moved to the Python client), utils.py::make_tmp_file() is used in tests only and we should move it to the tests folder.
A useful tools to help is vulture.
- is related to
-
NXPY-77 Extend guess_mimetype test
- Resolved
-
NXDRIVE-1161 Add notification trigger in debug mode
- Resolved
-
NXDRIVE-1328 Move the debug window code into its own class
- Resolved