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