Remove a redundant comment

`profile = "black"` in `isort` block suggests that this is an `isort`
profile compatible with `black`.
This commit is contained in:
Alieh Rymašeŭski 2022-06-28 16:58:23 +00:00 committed by Hasan Ramezani
parent d7dd32af92
commit ed3ce76762

View file

@ -1,6 +1,5 @@
[tool.black]
target-version = ["py37"]
# black compatible isort
[tool.isort]
profile = "black"