From 0d45fa3b27fec2567e6d0174b2c3101c2a7ccffa Mon Sep 17 00:00:00 2001 From: Marc Bonnici Date: Thu, 7 Dec 2017 15:42:00 +0000 Subject: [PATCH] Revert "DO NOT MERGE: stub out broken method" This reverts commit 7a3503775d77ba7658a782908b2376af64d87e39. --- wa/framework/configuration/execution.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/wa/framework/configuration/execution.py b/wa/framework/configuration/execution.py index 6c81521e..2689c9e5 100644 --- a/wa/framework/configuration/execution.py +++ b/wa/framework/configuration/execution.py @@ -37,9 +37,6 @@ class ConfigManager(object): instance of wA itself. """ - def from_pod(self, pod): - return None # TODO - @property def enabled_instruments(self): return self.jobs_config.enabled_instruments