fix: resolve CI linting failures
Some checks failed
CI / test (push) Failing after 11s

This commit is contained in:
2026-02-02 21:49:22 +00:00
parent 072a4c1e00
commit 6fc403de85

View File

@@ -4,7 +4,7 @@ import tomllib
from pathlib import Path
from typing import Any
from depaudit.parsers import Parser, ParsedManifest, Dependency
from depaudit.parsers import Parser, ParsedManifest
class RustParser(Parser):