Skip to content

Commit 9530e66

Browse files
committed
fix merge error
1 parent 8193331 commit 9530e66

File tree

1 file changed

+0
-4
lines changed
  • airbyte_cdk/sources/declarative/spec

1 file changed

+0
-4
lines changed

airbyte_cdk/sources/declarative/spec/spec.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,7 @@ def transform_config(self, config: MutableMapping[str, Any]) -> None:
104104
for transformation in self.config_transformations:
105105
transformation.transform(config)
106106

107-
<<<<<<< HEAD
108107
def validate_config(self, config: Mapping[str, Any]) -> None:
109-
=======
110-
def validate_config(self, config: MutableMapping[str, Any]) -> None:
111-
>>>>>>> main
112108
"""
113109
Apply all config validations to the provided config.
114110

0 commit comments

Comments
 (0)