Skip to content

Commit

Permalink
Fix isort warning
Browse files Browse the repository at this point in the history
  • Loading branch information
rpkilby committed Aug 8, 2020
1 parent 5ad0de6 commit ba19be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ deps =
https://github.com/tomchristie/django-rest-framework/archive/master.tar.gz

[testenv:isort]
commands = isort --recursive --check-only rest_framework_filters tests {posargs:--diff}
commands = isort --check-only rest_framework_filters tests {posargs:--diff}
deps = isort

[testenv:lint]
Expand Down

0 comments on commit ba19be9

Please sign in to comment.