From 995724b13ee9b21722ec569f962166cf5d087507 Mon Sep 17 00:00:00 2001 From: Mohit29102005 <72141883+Mohit29102005@users.noreply.github.com> Date: Fri, 1 Oct 2021 14:53:41 +0530 Subject: [PATCH] Updated code --- bin/data.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/data.py b/bin/data.py index ff3c76487f9..b36f3042e4b 100644 --- a/bin/data.py +++ b/bin/data.py @@ -217,8 +217,6 @@ def template_path(self): return self.meta_dir / "template.j2" @property - def config_file(self): - return self.meta_dir / "config.json" def load_config(self) -> ExerciseConfig: return ExerciseConfig.load(self.config_file)