Closed mauritsvanrees closed 4 years ago
@mauritsvanrees Sorry for the broken imports! Changing the existing absolute imports to relative imports just to please isort
and flake8
s line length norm was certainly no good idea, especially not when there is no complete test coverage.
Thanks for fixing it and writing some tests!
Changing absolute to relative imports is still a good idea because it is a very obvious visual cue that the import is from the same package.
And add basic tests for this file, so an ImportError will get caught a next time.