aboutsummaryrefslogtreecommitdiff
path: root/autogpt/core/plugin/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'autogpt/core/plugin/__init__.py')
-rw-r--r--autogpt/core/plugin/__init__.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/autogpt/core/plugin/__init__.py b/autogpt/core/plugin/__init__.py
deleted file mode 100644
index dfa192591..000000000
--- a/autogpt/core/plugin/__init__.py
+++ /dev/null
@@ -1,2 +0,0 @@
-"""The plugin system allows the Agent to be extended with new functionality."""
-from autogpt.core.plugin.base import PluginService