Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

Commit b5f80df

Browse files
authored
Merge pull request #171 from plotly/dash-1506
use dash loosen-testing-reqs branch and fix linting
2 parents 6b57110 + 9d5e8d2 commit b5f80df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: dash_html_components_base/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
_sys.exit(1)
2323

2424

25-
from ._imports_ import *
26-
from ._imports_ import __all__
25+
from ._imports_ import * # noqa: E402, F401, F403
26+
from ._imports_ import __all__ # noqa: E402
2727

2828

2929
_current_path = _os.path.dirname(_os.path.abspath(__file__))

0 commit comments

Comments
 (0)