From f46a846ddc0c7f597d0929cb0a795b0d13959c61 Mon Sep 17 00:00:00 2001 From: Lorenze Jay <63378463+lorenzejay@users.noreply.github.com> Date: Sat, 15 Nov 2025 17:51:42 -0800 Subject: [PATCH] chore: remove unused hooks test file (#3923) - Deleted the `__init__.py` file from the tests/hooks directory as it contained no tests or functionality. This cleanup helps maintain a tidy test structure. --- tests/hooks/__init__.py | 1 - 1 file changed, 1 deletion(-) delete mode 100644 tests/hooks/__init__.py diff --git a/tests/hooks/__init__.py b/tests/hooks/__init__.py deleted file mode 100644 index 67eb56530..000000000 --- a/tests/hooks/__init__.py +++ /dev/null @@ -1 +0,0 @@ -"""Tests for CrewAI hooks functionality."""