From 1e95e2b9166950c7712ff6ba3e3bd34665a8b416 Mon Sep 17 00:00:00 2001 From: Young proger <66271043+Yourun-proger@users.noreply.github.com> Date: Sun, 16 May 2021 21:46:35 +0300 Subject: [PATCH] fixed spaces --- examples/tutorial/setup.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/tutorial/setup.cfg b/examples/tutorial/setup.cfg index d001093b..02f730c8 100644 --- a/examples/tutorial/setup.cfg +++ b/examples/tutorial/setup.cfg @@ -24,5 +24,4 @@ testpaths = tests [coverage:run] branch = True -source = - flaskr +source = flaskr