mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-03-16 22:20:26 +00:00
Remove a redundant comment
`profile = "black"` in `isort` block suggests that this is an `isort` profile compatible with `black`.
This commit is contained in:
parent
d7dd32af92
commit
ed3ce76762
1 changed files with 0 additions and 1 deletions
|
|
@ -1,6 +1,5 @@
|
|||
[tool.black]
|
||||
target-version = ["py37"]
|
||||
|
||||
# black compatible isort
|
||||
[tool.isort]
|
||||
profile = "black"
|
||||
|
|
|
|||
Loading…
Reference in a new issue