Skip to content

Commit 445153c

Browse files
committed
Allow pyside2 gui loop
1 parent f0c72af commit 445153c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ipykernel/eventloops.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ def loop_qt4(kernel):
125125
@register_integration('qt', 'qt5')
126126
def loop_qt5(kernel):
127127
"""Start a kernel with PyQt5 event loop integration."""
128-
os.environ['QT_API'] = 'pyqt5'
129128
return loop_qt4(kernel)
130129

131130

0 commit comments

Comments
 (0)