Skip to content

Commit ba19be9

Browse files
committed
Fix isort warning
1 parent 5ad0de6 commit ba19be9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ deps =
4343
https://github.com/tomchristie/django-rest-framework/archive/master.tar.gz
4444

4545
[testenv:isort]
46-
commands = isort --recursive --check-only rest_framework_filters tests {posargs:--diff}
46+
commands = isort --check-only rest_framework_filters tests {posargs:--diff}
4747
deps = isort
4848

4949
[testenv:lint]

0 commit comments

Comments
 (0)