Skip to content

Commit 225ed2e

Browse files
committed
ruff fix
1 parent 25003ba commit 225ed2e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

airbyte_cdk/cli/airbyte_cdk/_secrets.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@
2121
import json
2222
import os
2323
from pathlib import Path
24-
from types import ModuleType
25-
from typing import Any, TypeVar, cast
24+
from typing import cast
2625

2726
import rich_click as click
2827
from click import style

0 commit comments

Comments
 (0)