From ae3aadf7cdf999fee0d16289c316aaa7ddc31e26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Valenta?= <tomas@imaniti.org> Date: Sat, 8 Jun 2024 09:13:50 +0200 Subject: [PATCH] fix imports --- shared_legacy/blocks/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shared_legacy/blocks/__init__.py b/shared_legacy/blocks/__init__.py index e69de29b..2e107fae 100644 --- a/shared_legacy/blocks/__init__.py +++ b/shared_legacy/blocks/__init__.py @@ -0,0 +1,2 @@ +from .base import * # noqa +from .main import * # noqa \ No newline at end of file -- GitLab