Skip to content

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
1 parent 173ebc8 commit 00f412b
Showing 1 changed file with 2 additions and 2 deletions.
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 00f412b

Please # to comment.