From 384850b452f9285ed47ebad9325c51521f441b28 Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Mon, 4 Jul 2022 16:36:22 +0530 Subject: [PATCH] fix: don't load api file during app init --- lms/__init__.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/lms/__init__.py b/lms/__init__.py index 43b477a7..3dad4549 100644 --- a/lms/__init__.py +++ b/lms/__init__.py @@ -2,6 +2,3 @@ from __future__ import unicode_literals __version__ = '0.0.1' - -# load the methods from the lms api -from .lms import api # noqa