From 757b20d82adaf0e88f61cde661a0dc4460ee49c5 Mon Sep 17 00:00:00 2001 From: Francia Csaba Date: Mon, 29 Jan 2024 14:09:19 +0100 Subject: [PATCH] Simplified __init__.py --- amarillo/plugins/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/amarillo/plugins/__init__.py b/amarillo/plugins/__init__.py index 0260537..e69de29 100644 --- a/amarillo/plugins/__init__.py +++ b/amarillo/plugins/__init__.py @@ -1 +0,0 @@ -__path__ = __import__('pkgutil').extend_path(__path__, __name__) \ No newline at end of file