From 1346feb1256bb942d9684233282769181d58fee5 Mon Sep 17 00:00:00 2001 From: Dillon DuPont Date: Fri, 19 Sep 2025 19:23:13 -0400 Subject: [PATCH] Add postponed annotations to internvl.py --- libs/python/agent/agent/adapters/models/internvl.py | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/python/agent/agent/adapters/models/internvl.py b/libs/python/agent/agent/adapters/models/internvl.py index bb2de42e..b9aa4243 100644 --- a/libs/python/agent/agent/adapters/models/internvl.py +++ b/libs/python/agent/agent/adapters/models/internvl.py @@ -1,3 +1,4 @@ +from __future__ import annotations from typing import List, Dict, Any, Optional # Hugging Face imports are local to avoid hard dependency at module import