From b8c41a53779c86a85aea3aa7abe961e76c206c36 Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Sun, 16 Aug 2020 17:00:55 +0100 Subject: [PATCH] lint --- my_project_name/config.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/my_project_name/config.py b/my_project_name/config.py index cb5a95c..863204a 100644 --- a/my_project_name/config.py +++ b/my_project_name/config.py @@ -52,9 +52,7 @@ class Config(object): logger.addHandler(handler) # Storage setup - self.store_path = self._get_cfg( - ["storage", "store_path"], required=True - ) + self.store_path = self._get_cfg(["storage", "store_path"], required=True) # Create the store folder if it doesn't exist if not os.path.isdir(self.store_path):