diff --git a/tools/src/pop_fem_audit_tools/commands/fetch_artists.py b/tools/src/pop_fem_audit_tools/commands/fetch_artists.py index 6c2cb54..d29cacd 100644 --- a/tools/src/pop_fem_audit_tools/commands/fetch_artists.py +++ b/tools/src/pop_fem_audit_tools/commands/fetch_artists.py @@ -647,8 +647,7 @@ class ArtistFetcher: with urllib.request.urlopen( request, timeout=timeout) as response: return response.read() - except (urllib.error.HTTPError, TimeoutError, - urllib.error.URLError) as error: + except (TimeoutError, urllib.error.URLError) as error: reason = self.__retry_reason(error) if reason is None: raise