summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Ruhlov <anton@paxful.com>2020-04-10 16:02:25 +0300
committerAnton Ruhlov <anton@paxful.com>2020-04-10 16:02:25 +0300
commit404f4c6835d3762ec10cc17d30165df67996e8dc (patch)
treeb470f229e359afb35a4a1611bbfdbdafcadfab3e
parent9334b8665fa7710d412f6f0036f9f466924383a8 (diff)
downloadoauthlib-404f4c6835d3762ec10cc17d30165df67996e8dc.tar.gz
Add missing new line in tox.ini
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
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