From bf3a10897460faf77efd9f12f701958b9ea5f497 Mon Sep 17 00:00:00 2001 From: Antoine Goutenoir Date: Tue, 22 Oct 2019 15:02:23 +0200 Subject: [PATCH] Clean up. --- flaskr/content.py | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/flaskr/content.py b/flaskr/content.py index 58a9dd2..28fef6a 100644 --- a/flaskr/content.py +++ b/flaskr/content.py @@ -1,6 +1,7 @@ from collections import namedtuple from yaml import safe_load as yaml_safe_load + with open('content.yml', 'r') as content_file: content_dict = yaml_safe_load(content_file.read()) -- libgit2 0.21.2