From ba19be9cd14bb9d8d2292c6b199fcaeb3f6f607b Mon Sep 17 00:00:00 2001 From: Ryan P Kilby Date: Fri, 7 Aug 2020 22:09:52 -0700 Subject: [PATCH] Fix isort warning --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index a477942..4ae4f6e 100644 --- a/tox.ini +++ b/tox.ini @@ -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]