From 98c583453e4baf0234ed246bd323d5fe5b58b58b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jannes=20H=C3=B6ke?= Date: Fri, 3 Nov 2023 11:42:36 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9A=97=EF=B8=8F=20Try=20manually=20importing?= =?UTF-8?q?=20lxml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ddj_cloud/scrapers/talsperren/__init__.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ddj_cloud/scrapers/talsperren/__init__.py b/ddj_cloud/scrapers/talsperren/__init__.py index 8bbc3e0..d862122 100644 --- a/ddj_cloud/scrapers/talsperren/__init__.py +++ b/ddj_cloud/scrapers/talsperren/__init__.py @@ -1,2 +1,5 @@ +# Load lxml because for some reason bs4 doesn't find it otherwise? +import lxml + # Ensure that federation subclasses are loaded from . import federations