Skip to content

Commit

Permalink
applies pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Nov 1, 2015
1 parent 3502901 commit 62ed881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/code_beatrix/ipython_helper/magic_scratch.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import glob import glob
import random import random
from IPython.core.magic import magics_class, line_magic from IPython.core.magic import magics_class, line_magic
from IPython.core.display import HTML, display_html, Javascript, display_javascript from IPython.core.display import HTML
from pyquickhelper.ipythonhelper import MagicCommandParser, MagicClassWithHelpers from pyquickhelper.ipythonhelper import MagicCommandParser, MagicClassWithHelpers
from ..jsscripts.snap import __file__ as location_js_snap from ..jsscripts.snap import __file__ as location_js_snap


Expand Down

0 comments on commit 62ed881

Please sign in to comment.