From 404f4c6835d3762ec10cc17d30165df67996e8dc Mon Sep 17 00:00:00 2001 From: Anton Ruhlov Date: Fri, 10 Apr 2020 16:02:25 +0300 Subject: Add missing new line in tox.ini --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 1429eb8..8ff73f2 100644 --- a/tox.ini +++ b/tox.ini @@ -40,4 +40,4 @@ basepython = python3.7 usedevelop = false deps = isort changedir = {toxinidir} -commands = isort --recursive --check-only --diff oauthlib tests \ No newline at end of file +commands = isort --recursive --check-only --diff oauthlib tests -- cgit v1.2.1