From 484d5ee5d60041e6f13589cbdc41a58bd8972b90 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 18 Feb 2022 08:43:26 +0530 Subject: [PATCH] mozilla seems to be back up --- setup/resources.py | 1 - 1 file changed, 1 deletion(-) 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: