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 <noreply@anthropic.com>
This commit is contained in:
2026-07-24 11:17:41 +02:00
parent 6e1d11b8d8
commit 77b2e9e5f4
+1 -1
View File
@@ -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