We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 565b709 commit 01415e2Copy full SHA for 01415e2
1 file changed
airbyte_cdk/sources/declarative/validators/validate_adheres_to_schema.py
@@ -2,8 +2,8 @@
2
# Copyright (c) 2025 Airbyte, Inc., all rights reserved.
3
#
4
5
-from dataclasses import dataclass
6
import json
+from dataclasses import dataclass
7
from typing import Any, Mapping
8
9
import jsonschema
0 commit comments