##// END OF EJS Templates
Reformat files that woudl only touch a single line.
M Bussonnier -
Show More
@@ -10,7 +10,6 b' explicitly to actually raise a SyntaxError and stay as close as possible to'
10 Python semantics.
10 Python semantics.
11 """
11 """
12
12
13
14 import ast
13 import ast
15 import asyncio
14 import asyncio
16 import inspect
15 import inspect
@@ -5,6 +5,7 b' directory, which we are removing. For now putting this here ensures at least'
5 we do run the test, though ultimately this functionality should all be tested
5 we do run the test, though ultimately this functionality should all be tested
6 with better-isolated tests that don't rely on the global instance in iptest.
6 with better-isolated tests that don't rely on the global instance in iptest.
7 """
7 """
8
8 from IPython.core.splitinput import LineInfo
9 from IPython.core.splitinput import LineInfo
9 from IPython.core.prefilter import AutocallChecker
10 from IPython.core.prefilter import AutocallChecker
10
11
@@ -1,5 +1,6 b''
1 """Tests for autoreload extension.
1 """Tests for autoreload extension.
2 """
2 """
3
3 # -----------------------------------------------------------------------------
4 # -----------------------------------------------------------------------------
4 # Copyright (c) 2012 IPython Development Team.
5 # Copyright (c) 2012 IPython Development Team.
5 #
6 #
@@ -27,6 +27,7 b' prompt_toolkit`s `patch_stdout`)::'
27 In [4]: asyncio.ensure_future(f())
27 In [4]: asyncio.ensure_future(f())
28
28
29 """
29 """
30
30 from prompt_toolkit import __version__ as ptk_version
31 from prompt_toolkit import __version__ as ptk_version
31
32
32 from IPython.core.async_helpers import get_asyncio_loop
33 from IPython.core.async_helpers import get_asyncio_loop
@@ -3,7 +3,6 b''
3 This file is only meant to be imported by process.py, not by end-users.
3 This file is only meant to be imported by process.py, not by end-users.
4 """
4 """
5
5
6
7 from ._process_common import arg_split
6 from ._process_common import arg_split
8
7
9
8
General Comments 0
You need to be logged in to leave comments. Login now