From 77b2e9e5f46341d0bd420e6ca62840479d6cff89 Mon Sep 17 00:00:00 2001 From: Lars Bogner Date: Fri, 24 Jul 2026 11:17:41 +0200 Subject: [PATCH] analyze: drop stale ty:ignore on plotstyle import plotstyle is now a real installed package (from the git.larsbogner.de index) with its own type info, so the unresolved-import suppression is no longer needed. Co-Authored-By: Claude Sonnet 5 --- giant/analysis/render.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/giant/analysis/render.py b/giant/analysis/render.py index aef6c63..d5066c8 100644 --- a/giant/analysis/render.py +++ b/giant/analysis/render.py @@ -17,7 +17,7 @@ import subprocess from pathlib import Path import numpy as np -import plotstyle as ps # ty: ignore[unresolved-import] +import plotstyle as ps import yaml from giant.analysis.reduced import Reduced