Skip to content

Commit

Permalink
⚗️ Try manually importing lxml
Browse files Browse the repository at this point in the history
  • Loading branch information
jh0ker committed Nov 3, 2023
1 parent afc47b7 commit 4ac5ca6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ddj_cloud/scrapers/talsperren/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# Load lxml because for some reason bs4 doesn't find it otherwise?
from lxml import etree

# Ensure that federation subclasses are loaded
from . import federations

0 comments on commit 4ac5ca6

Please sign in to comment.