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

Commit

Permalink
Merge pull request #171 from plotly/dash-1506
Browse files Browse the repository at this point in the history
use dash loosen-testing-reqs branch and fix linting
  • Loading branch information
alexcjohnson committed Dec 17, 2020
2 parents 6b57110 + 9d5e8d2 commit b5f80df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dash_html_components_base/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__))
Expand Down

0 comments on commit b5f80df

Please sign in to comment.