From d03292e8b99f86a40b8a720d45137ad915768ce7 Mon Sep 17 00:00:00 2001 From: Quigley Malcolm Date: Tue, 9 Apr 2024 23:51:15 -0700 Subject: [PATCH] Delete empty files that have been floating around with no future plans (#9878) * Delete empty `test_compiler.py` file Over a year ago in [#7008](https://github.com/dbt-labs/dbt-core/pull/7008/files#diff-c10753a61a1d8f973ec3206206d72b3c5200e41673ab2c6b256f333103eadb8f) the tests in `test_compiler.py` got moved into other testing files. Since then this file has been sitting around empty. It is probably a reasonable time to say goodbye to it. * Delete empty `searcher.py` file The file `searcher.py` was added, as an empty file, four years ago in [#2312](https://github.com/dbt-labs/dbt-core/pull/2312/files#diff-c8e9e62cf63356f44fe1a2b0272b239d7a650c57911477ed4549b15ee3de16fa). Since then it has never been touched or added to. I'm not sure of the initial purpose of the file as it never contained anything and I have not found any documentation in reference to it. It's safe to say, it can go away. --- core/dbt/contracts/graph/searcher.py | 0 tests/unit/test_compiler.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 core/dbt/contracts/graph/searcher.py delete mode 100644 tests/unit/test_compiler.py diff --git a/core/dbt/contracts/graph/searcher.py b/core/dbt/contracts/graph/searcher.py deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/tests/unit/test_compiler.py b/tests/unit/test_compiler.py deleted file mode 100644 index e69de29bb2d..00000000000