We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63f01e5 commit c16317eCopy full SHA for c16317e
1 file changed
dash_auth_plus/__init__.py
@@ -13,7 +13,7 @@
13
try:
14
from .oidc_auth import OIDCAuth, get_oauth
15
from .clerk_auth import ClerkAuth
16
- from .DashAuthComponents import *
+ from . import DashAuthComponents
17
except ModuleNotFoundError:
18
pass
19
from ._version import __version__, __plotly_dash_auth_version__
0 commit comments