From 644179bb670e7c919fa97c33ed4ebb12c0389657 Mon Sep 17 00:00:00 2001 From: Satendra Rawat Date: Mon, 30 Jan 2023 15:57:52 +0530 Subject: [PATCH] Remove User module Content services from the system --- api/services/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/api/services/__init__.py b/api/services/__init__.py index 8ef2fa9e..ab4e6b5a 100644 --- a/api/services/__init__.py +++ b/api/services/__init__.py @@ -1,7 +1,6 @@ from .registration_service import * from .call_log_service import * from .prompt_service import * -from .content_service import * from .user_contact_service import * from .transaction_log_service import * from .user_program_service import *