We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25003ba commit 225ed2eCopy full SHA for 225ed2e
1 file changed
airbyte_cdk/cli/airbyte_cdk/_secrets.py
@@ -21,8 +21,7 @@
21
import json
22
import os
23
from pathlib import Path
24
-from types import ModuleType
25
-from typing import Any, TypeVar, cast
+from typing import cast
26
27
import rich_click as click
28
from click import style
0 commit comments