From 009e05d54d8759f86227621b985107ba48ae64af Mon Sep 17 00:00:00 2001 From: Nicholas Albion Date: Wed, 4 Oct 2023 18:13:18 +1100 Subject: [PATCH] Having imports in `__init__.py` breaks mocking in Python 3.9 & 3.10 --- pilot/helpers/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pilot/helpers/__init__.py b/pilot/helpers/__init__.py index 030b6ea..e69de29 100644 --- a/pilot/helpers/__init__.py +++ b/pilot/helpers/__init__.py @@ -1,2 +0,0 @@ -from .AgentConvo import AgentConvo -# from .Project import Project