docs(developer): fixed isort description

This commit is contained in:
wakonig_k 2024-04-05 17:18:03 +02:00
parent 9964f88f92
commit cb41c6f1ac

View File

@ -33,7 +33,7 @@ Afterwards, you may follow this step-by-step guide to suggest your code improvem
4. Use isort to sort your imports:
```bash
isort isort --line-length=100 --profile=black --multi-line=3 --trailing-comma .
isort --line-length=100 --profile=black --multi-line=3 --trailing-comma .
```
5. Run Pylint on your code to ensure it meets coding standards: