From 18f4b5f86ab55325d5928988bde4672e8bd326aa Mon Sep 17 00:00:00 2001 From: RowanMankoo Date: Thu, 16 May 2024 09:10:03 +0000 Subject: [PATCH] linting changes --- sdk/python/feast/feature_service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/python/feast/feature_service.py b/sdk/python/feast/feature_service.py index 15a77bf138..2181ccc74d 100644 --- a/sdk/python/feast/feature_service.py +++ b/sdk/python/feast/feature_service.py @@ -1,5 +1,5 @@ from datetime import datetime -from typing import Dict, List, Optional, Union, Any +from typing import Any, Dict, List, Optional, Union from google.protobuf.json_format import MessageToJson from typeguard import typechecked