mirror of
https://github.com/jaypyles/Scraperr.git
synced 2025-12-11 18:26:08 +00:00
Refactor: Drop MongoDB (#48)
* feat: replace mongodb with sqllite * feat: update docker compose to drop mongo * chore: drop logs * chore: cleanup * fix: unit tests * fix: workflow * fix: workflow run
This commit is contained in:
@@ -9,9 +9,6 @@ from api.backend.job.models.job_options import JobOptions
|
||||
import pydantic
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
class Element(pydantic.BaseModel):
|
||||
name: str
|
||||
xpath: str
|
||||
|
||||
Reference in New Issue
Block a user