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

use dash loosen-testing-reqs branch and fix linting #171

Merged
merged 2 commits into from
Dec 17, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions dash_html_components_base/__init__.py
Original file line number Diff line number Diff line change
@@ -22,8 +22,8 @@
_sys.exit(1)


from ._imports_ import *
from ._imports_ import __all__
from ._imports_ import * # noqa: E402, F401, F403
from ._imports_ import __all__ # noqa: E402


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