You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
vdusek
added
t-tooling
Issues with this label are in the ownership of the tooling team.
debt
Code quality improvement or decrease of technical debt.
labels
Nov 29, 2024
I'm afraid that the __init__.py file you propose here won't work (without some black magic) - the individual crawlers have optional dependencies and if you don't have those installed, there will be mayhem.
Place all the crawlers into a common directory named
crawlers
:with
__init__.py
:To be able to do imports:
The text was updated successfully, but these errors were encountered: