Skip to content

Commit 01415e2

Browse files
committed
chore: lint
1 parent 565b709 commit 01415e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airbyte_cdk/sources/declarative/validators/validate_adheres_to_schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# Copyright (c) 2025 Airbyte, Inc., all rights reserved.
33
#
44

5-
from dataclasses import dataclass
65
import json
6+
from dataclasses import dataclass
77
from typing import Any, Mapping
88

99
import jsonschema

0 commit comments

Comments
 (0)