From 6054d95e8518bb6b7a1f701f4992e660b162c055 Mon Sep 17 00:00:00 2001 From: pixelpaws Date: Tue, 23 Sep 2025 19:25:12 +0800 Subject: [PATCH] Update py/services/model_query.py Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- py/services/model_query.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/services/model_query.py b/py/services/model_query.py index 08ca652f..df7bb67a 100644 --- a/py/services/model_query.py +++ b/py/services/model_query.py @@ -1,4 +1,4 @@ -from __future__ import annotations +from __future__ import annotations from dataclasses import dataclass from typing import Any, Dict, Iterable, List, Optional, Sequence, Tuple, Protocol, Callable