From e8c9cca4333b66f569782da73c9a4fc77b43beb6 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Thu, 9 Nov 2017 01:37:10 +0100 Subject: [PATCH] No need to pop target there, exec_func is already code for me --- runbullet/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/runbullet/__init__.py b/runbullet/__init__.py index 440bf5ec..d5131d1b 100644 --- a/runbullet/__init__.py +++ b/runbullet/__init__.py @@ -76,7 +76,6 @@ def _exec_func(body, retry=True): logging.warn('No action specified') return - target = body.pop('target') action = body.pop('action') tokens = action.split('.') module_name = str.join('.', tokens[:-1])