fix import order as the standard suggests
1 unresolved thread
1 unresolved thread
(use isort
)
(use isort
)
requested review from @akarnad
Did you manually reorder or did you use ruff or something similar?
Im asking because I had run ruff . --fix
at commit 3e5eadce and that didtn change the order.
Otherwise looks good to me
I used isort
to do the re-ordering.
I just checked, and ruff can do this as well (it appears). However, it is not part of the default settings. Here is how to activate isort functionality with ruff:
ruff --fix mpsd-software-environment.py --select I001
approved this merge request
merged
mentioned in commit 263947a9