Skip to content

Commit 420a69b

Browse files
fix: Fix import sorting in modified files
Co-Authored-By: Aaron <AJ> Steers <[email protected]>
1 parent ceb37b5 commit 420a69b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

airbyte_cdk/models/airbyte_protocol.py

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#
44

55
from __future__ import annotations
6+
67
from dataclasses import InitVar, dataclass
78
from typing import Annotated, Any, Dict, List, Mapping, Optional, Union
89

airbyte_cdk/models/file_transfer_record_message.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Copyright (c) 2024 Airbyte, Inc., all rights reserved.
22

33
from __future__ import annotations
4+
45
from dataclasses import dataclass
56
from typing import Any, Dict, Optional
67

0 commit comments

Comments
 (0)