fix(ci): test

This commit is contained in:
Barrett Ruth 2025-09-19 21:11:12 -04:00
parent f148f77ec6
commit ddff996ee2
3 changed files with 3 additions and 3 deletions

View file

@ -8,7 +8,7 @@ from dataclasses import asdict
import requests
from bs4 import BeautifulSoup, Tag
from scrapers.models import MetadataResult, ProblemSummary, TestCase, TestsResult
from models import MetadataResult, ProblemSummary, TestCase, TestsResult
def parse_problem_url(problem_input: str) -> str | None: