Skip to content

Commit c16317e

Browse files
committed
fix for lint
1 parent 63f01e5 commit c16317e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dash_auth_plus/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
try:
1414
from .oidc_auth import OIDCAuth, get_oauth
1515
from .clerk_auth import ClerkAuth
16-
from .DashAuthComponents import *
16+
from . import DashAuthComponents
1717
except ModuleNotFoundError:
1818
pass
1919
from ._version import __version__, __plotly_dash_auth_version__

0 commit comments

Comments
 (0)