Skip to content

Commit

Permalink
Merge pull request #266 from Alok/add-ptipython
Browse files Browse the repository at this point in the history
fix lint errors
  • Loading branch information
inducer committed Aug 27, 2017
2 parents c98b8e7 + dfba7f6 commit fb9f256
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pudb/shell.py
Expand Up @@ -12,10 +12,8 @@
HAVE_BPYTHON = True



try:
from ptpython.ipython import embed as ptipython_embed
from ptpython.repl import run_config
except ImportError:
HAVE_PTIPYTHON = False
else:
Expand Down Expand Up @@ -247,7 +245,6 @@ def run_ptpython_shell(globals, locals):
configure=run_config)



def run_ptipython_shell(globals, locals):
# Use the default ptpython history
import os
Expand Down

0 comments on commit fb9f256

Please sign in to comment.