From fb55e6770956754e71622407005fa821c01ecfd8 Mon Sep 17 00:00:00 2001 From: Cedric Hofstetter Date: Wed, 7 Oct 2020 10:16:31 +0300 Subject: [PATCH] Fix missing blank line trigering flake8 error and make coffee --- homebytwo/conftest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/homebytwo/conftest.py b/homebytwo/conftest.py index ed2fcaee..2d038b8e 100644 --- a/homebytwo/conftest.py +++ b/homebytwo/conftest.py @@ -31,6 +31,7 @@ def athlete(db, client): def data_dir_path(request): return Path(request.module.__file__).parent.resolve() + @fixture def open_file(data_dir_path): def _open_file(file, binary=False):