Skip to content
This repository was archived by the owner on May 12, 2026. It is now read-only.

Commit c1e400e

Browse files
toraidlcodex
andcommitted
fix: remove unused Path import in rom_metadata
Resolves ruff F401 by dropping pathlib.Path import that is no longer referenced after metadata fallback refactors. Co-authored-by: Codex <codex@openai.com>
1 parent d9f473c commit c1e400e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/core/rom_metadata.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
from __future__ import annotations
44

5-
from pathlib import Path
65
from typing import TYPE_CHECKING, Optional
76

87
if TYPE_CHECKING:

0 commit comments

Comments
 (0)