diff --git a/setup/resources.py b/setup/resources.py index ef234c7bd9..ee60669b8c 100644 --- a/setup/resources.py +++ b/setup/resources.py @@ -165,7 +165,6 @@ class RecentUAs(Command): # {{{ UA_PATH = os.path.join(Command.RESOURCES, 'user-agent-data.json') def run(self, opts): - return from setup.browser_data import get_data data = get_data() with open(self.UA_PATH, 'wb') as f: