Skip to content

Commit

Permalink
fix pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin Peter committed Jun 12, 2022
1 parent 404bc21 commit 5eaa32d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spyder/plugins/ipythonconsole/utils/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ class SpyderKernelClient(QtKernelClient):
# Useful for pdb completion
control_channel_class = Type(QtZMQSocketChannel)


# qtconsole and spyder-kernels depend on jupyter_client
if hasattr(QtKernelManager, 'provisioner'):
JUPYTER_CLIENT_GE_7 = True
from jupyter_client.utils import run_sync
else:
JUPYTER_CLIENT_GE_7 = False

Expand Down

0 comments on commit 5eaa32d

Please sign in to comment.