From b90a0f0eb3e9ec71098defc8c874672737f79e43 Mon Sep 17 00:00:00 2001 From: octavia-squidington-iii Date: Wed, 13 Nov 2024 02:14:17 +0000 Subject: [PATCH] Auto-fix lint and format issues --- airbyte_cdk/sources/declarative/manifest_declarative_source.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airbyte_cdk/sources/declarative/manifest_declarative_source.py b/airbyte_cdk/sources/declarative/manifest_declarative_source.py index e1db17384..51cd9f584 100644 --- a/airbyte_cdk/sources/declarative/manifest_declarative_source.py +++ b/airbyte_cdk/sources/declarative/manifest_declarative_source.py @@ -7,7 +7,7 @@ import pkgutil from copy import deepcopy from importlib import metadata -from typing import Any, Dict, Iterator, List, Mapping, Optional, Tuple, Union +from typing import Any, Dict, Iterator, List, Mapping, Optional, Union from packaging.version import Version, InvalidVersion import yaml