Skip to content

Commit aefed0d

Browse files
committed
fix missing import
1 parent efd9d7d commit aefed0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

airbyte_cdk/test/entrypoint_wrapper.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
import traceback
2222
from collections import deque
2323
from collections.abc import Generator, Mapping
24+
from dataclasses import dataclass
2425
from io import StringIO
2526
from pathlib import Path
2627
from typing import Any, List, Literal, Optional, Union, final, overload

0 commit comments

Comments
 (0)