From 310c7f4ef64abe806b476f891a1da1f735368d8a Mon Sep 17 00:00:00 2001 From: phzhik Date: Mon, 27 May 2024 01:03:17 +0400 Subject: [PATCH] * Oupsie --- poizonstore/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/poizonstore/__init__.py b/poizonstore/__init__.py index 66b4684..fb989c4 100644 --- a/poizonstore/__init__.py +++ b/poizonstore/__init__.py @@ -1,4 +1,3 @@ from .celery import app as celery_app -import poizonstore.schema __all__ = ('celery_app',)