add back import

This commit is contained in:
Georges-Antoine Assi
2025-12-02 10:45:15 -05:00
parent 141cd14559
commit dd3ed855de
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ from __future__ import annotations
import re
from datetime import datetime, timezone
from typing import TypedDict, get_type_hints
from typing import NotRequired, TypedDict, get_type_hints
from fastapi import Request
from pydantic import computed_field, field_validator

View File

@@ -82,7 +82,7 @@ async def test_scan_rom():
assert type(rom) is Rom
assert rom.fs_name == "Paper Mario (USA).z64"
# assert rom.name == "Paper Mario"
assert rom.name == "Paper Mario"
assert rom.fs_path == "n64/Paper Mario (USA)"
assert rom.igdb_id == 3340
assert rom.hasheous_id == 4872