Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def run_script(script):
return fetch_by_script({'script': script})
def fetch(self):
from .script import fetch_by_script
super(ScriptPromoter, self).fetch()
return fetch_by_script(self.conf)