Skip to content

Commit 9d25cfd

Browse files
committed
pylint on import
1 parent 4538d10 commit 9d25cfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dash/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
from . import resources # noqa: F401,E402
1010
from .version import __version__ # noqa: F401,E402
1111
from ._callback_context import callback_context # noqa: F401,E402
12-
from ._callback import callback, clientside_callback
12+
from ._callback import callback, clientside_callback # noqa: F401,E402

0 commit comments

Comments
 (0)