From cb2f8371a599f7d413a5a753978003cb193ea271 Mon Sep 17 00:00:00 2001 From: Gerda Shank Date: Tue, 20 Feb 2024 16:40:09 -0500 Subject: [PATCH 1/2] Remove __init__.py file. --- dbt/tests/__init__.py | 1 - 1 file changed, 1 deletion(-) delete mode 100644 dbt/tests/__init__.py diff --git a/dbt/tests/__init__.py b/dbt/tests/__init__.py deleted file mode 100644 index 8b137891..00000000 --- a/dbt/tests/__init__.py +++ /dev/null @@ -1 +0,0 @@ - From 58e4ec3570aa4284fd46c33b6546179fe79b3edc Mon Sep 17 00:00:00 2001 From: Gerda Shank Date: Tue, 20 Feb 2024 16:42:31 -0500 Subject: [PATCH 2/2] Changie --- .changes/unreleased/Under the Hood-20240220-164223.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changes/unreleased/Under the Hood-20240220-164223.yaml diff --git a/.changes/unreleased/Under the Hood-20240220-164223.yaml b/.changes/unreleased/Under the Hood-20240220-164223.yaml new file mode 100644 index 00000000..eefa441e --- /dev/null +++ b/.changes/unreleased/Under the Hood-20240220-164223.yaml @@ -0,0 +1,6 @@ +kind: Under the Hood +body: Remove __init__.py file from dbt.tests +time: 2024-02-20T16:42:23.706-05:00 +custom: + Author: gshank + Issue: "96"