Skip to content

Commit 6567f4c

Browse files
formatting fix in simplerepl
1 parent ef69e4e commit 6567f4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bpython/simplerepl.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2222
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2323
# THE SOFTWARE.
24-
25-
from __future__ import unicode_literals, print_function, absolute_import
2624
"""An example bpython repl without a nice UI for testing and to demonstrate
2725
the methods of bpython.curtsiesrepl.repl.BaseRepl that must be overridden.
2826
"""
2927

28+
from __future__ import unicode_literals, print_function, absolute_import
29+
3030
import time
3131
import logging
3232

0 commit comments

Comments
 (0)