Closed MarcelHoh closed 1 year ago
A simple fix is to move the process import (https://github.com/nils-braun/b2luigi/blob/main/b2luigi/__init__.py#L5) down a few lines, to the last line of that block.
Thanks for reporting. I mistakenly configured my editor to automatically sort imports with isort
when I edit a file. I should disable that for b2luigi. Somehow I commited that change when bumping the version and it seems I wasn't careful about looking at the test results for that.
In v0.9.0 I receive a circular import error:
I tested the same script on version 0.8.2 and did not get an error. A simple test script:
I suspect it is due to the reshuffling of imports that was done in https://github.com/nils-braun/b2luigi/commit/b80fbedb8a78633524f1eb326ca56f314599cb5d.