fix(ci): run as modukle

This commit is contained in:
Barrett Ruth 2025-09-19 21:20:31 -04:00
parent a7cd58ad90
commit ff9a3d1abb
6 changed files with 11 additions and 10 deletions

View file

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