fix(scraper): relative python module import path

This commit is contained in:
Barrett Ruth 2025-09-19 20:55:06 -04:00
parent b12844c3a0
commit 514761733b
4 changed files with 62 additions and 55 deletions

View file

@ -7,7 +7,7 @@ from dataclasses import asdict
import cloudscraper
from bs4 import BeautifulSoup, Tag
from models import MetadataResult, ProblemSummary, TestCase, TestsResult
from scrapers.models import MetadataResult, ProblemSummary, TestCase, TestsResult
def scrape(url: str) -> list[TestCase]: