Skip to content

Commit c1f1e5a

Browse files
committed
missing self
1 parent 5d21c8f commit c1f1e5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ipykernel/kernelbase.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def shell_streams(self):
6565
'Property shell_streams is deprecated in favor of shell_stream',
6666
DeprecationWarning
6767
)
68-
return [shell_stream]
68+
return [self.shell_stream]
6969

7070
control_stream = Instance(ZMQStream, allow_none=True)
7171

0 commit comments

Comments
 (0)