Skip to content

Commit

Permalink
Flake8 error
Browse files Browse the repository at this point in the history
Signed-off-by: martinRenou <martin.renou@gmail.com>
  • Loading branch information
martinRenou committed Oct 13, 2020
1 parent d5aacdd commit 4c4582f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@
]

data_files_spec = [
('share/jupyter/nbextensions/jupyter-matplotlib', 'ipympl/nbextension', '*.*'),
('share/jupyter/labextensions/jupyter-matplotlib', 'ipympl/labextension', "*.*"),
('share/jupyter/nbextensions/jupyter-matplotlib',
'ipympl/nbextension', '*.*'),
('share/jupyter/labextensions/jupyter-matplotlib',
'ipympl/labextension', "*.*"),
('etc/jupyter/nbconfig/notebook.d', '.', 'jupyter-matplotlib.json'),
]

Expand Down

0 comments on commit 4c4582f

Please sign in to comment.