From bd4596570c03d688aa117bcbc5d85c11d135cbe8 Mon Sep 17 00:00:00 2001 From: Mark Backman Date: Fri, 20 Feb 2026 16:35:17 -0700 Subject: [PATCH] Changelog entry for lazy import fix --- changelog/3790.fixed.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/3790.fixed.md diff --git a/changelog/3790.fixed.md b/changelog/3790.fixed.md new file mode 100644 index 000000000..d0a22d969 --- /dev/null +++ b/changelog/3790.fixed.md @@ -0,0 +1 @@ +- Fixed spurious "PyTorch was not found" warning on startup by lazy-importing `LocalSmartTurnAnalyzerV3` in `UserTurnStrategies`.