From 751786616f4d4adb9b76389e9320995ee8ae9ffe Mon Sep 17 00:00:00 2001 From: erohmensing Date: Sat, 14 Jan 2023 11:05:39 -0600 Subject: [PATCH] add __init__.py file --- .../python/airbyte_cdk/sources/streams/utils/__init__.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 airbyte-cdk/python/airbyte_cdk/sources/streams/utils/__init__.py diff --git a/airbyte-cdk/python/airbyte_cdk/sources/streams/utils/__init__.py b/airbyte-cdk/python/airbyte_cdk/sources/streams/utils/__init__.py new file mode 100644 index 0000000000000..1100c1c58cf51 --- /dev/null +++ b/airbyte-cdk/python/airbyte_cdk/sources/streams/utils/__init__.py @@ -0,0 +1,3 @@ +# +# Copyright (c) 2022 Airbyte, Inc., all rights reserved. +#