Skip to content

Commit a22b03f

Browse files
committed
remove unnecessary code
1 parent 42d6476 commit a22b03f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

debug_manifest/debug_manifest.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,12 @@
33
#
44

55
import sys
6-
from typing import Any, Mapping
76

87
from airbyte_cdk.entrypoint import AirbyteEntrypoint, launch
98
from airbyte_cdk.sources.declarative.yaml_declarative_source import (
109
YamlDeclarativeSource,
1110
)
1211

13-
configuration: Mapping[str, Any] = {
14-
"path_to_yaml": "resources/manifest.yaml",
15-
}
16-
1712

1813
def debug_manifest(source: YamlDeclarativeSource, args: list[str]) -> None:
1914
"""

0 commit comments

Comments
 (0)