From 5a1941a2e32053aa85ce636352ed95461a07caac Mon Sep 17 00:00:00 2001 From: David Smith Date: Mon, 7 Dec 2020 19:59:30 +0000 Subject: [PATCH] Add newline to end of setup.cfg --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 5cd38f4..93945f8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -10,4 +10,4 @@ upload-dir = build/docs/html DJANGO_SETTINGS_MODULE = tests.testproject.settings [isort] -profile = black \ No newline at end of file +profile = black