Skip to content

Commit

Permalink
remove useless "as expanduser"
Browse files Browse the repository at this point in the history
  • Loading branch information
Carreau committed Dec 4, 2012
1 parent bb0b397 commit 6c544db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IPython/zmq/subprocesskernel.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@


from subprocess import Popen
from os.path import expanduser as expanduser
from os.path import expanduser

from IPython.zmq.kernelmanager import KernelManager
from IPython.utils.traitlets import List
Expand Down

0 comments on commit 6c544db

Please sign in to comment.