From 22a85e8dc265a8601839120317405ec6290e58f5 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Wed, 12 May 2021 15:11:06 +0300 Subject: Deprecate Calendar --- servo/models/__init__.py | 1 - 1 file changed, 1 deletion(-) (limited to 'servo/models') diff --git a/servo/models/__init__.py b/servo/models/__init__.py index 65cc888..df9f858 100644 --- a/servo/models/__init__.py +++ b/servo/models/__init__.py @@ -4,7 +4,6 @@ from .common import * from .product import * from .account import * from .queue import * -from .calendar import * from .customer import * from .device import * from .note import * -- cgit v1.2.3