From b61f0d371239ee5a6286ce539fab24d2d3de432a Mon Sep 17 00:00:00 2001 From: Aly Sivji Date: Mon, 11 Dec 2017 22:56:31 -0600 Subject: [PATCH] Remove auth module import --- dash/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/dash/__init__.py b/dash/__init__.py index 03fcb1769a..20be13db68 100644 --- a/dash/__init__.py +++ b/dash/__init__.py @@ -1,5 +1,4 @@ from .dash import Dash # noqa: F401 -from . import authentication # noqa: F401 from . import dependencies # noqa: F401 from . import development # noqa: F401 from . import exceptions # noqa: F401