Skip to content

Commit 4c4582f

Browse files
committed
Flake8 error
Signed-off-by: martinRenou <martin.renou@gmail.com>
1 parent d5aacdd commit 4c4582f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

setup.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,10 @@
3131
]
3232

3333
data_files_spec = [
34-
('share/jupyter/nbextensions/jupyter-matplotlib', 'ipympl/nbextension', '*.*'),
35-
('share/jupyter/labextensions/jupyter-matplotlib', 'ipympl/labextension', "*.*"),
34+
('share/jupyter/nbextensions/jupyter-matplotlib',
35+
'ipympl/nbextension', '*.*'),
36+
('share/jupyter/labextensions/jupyter-matplotlib',
37+
'ipympl/labextension', "*.*"),
3638
('etc/jupyter/nbconfig/notebook.d', '.', 'jupyter-matplotlib.json'),
3739
]
3840

0 commit comments

Comments
 (0)