Skip to content

Commit 2a470a6

Browse files
Merge pull request #636 from Carreau/missing-self
missing self
2 parents 5d21c8f + c1f1e5a commit 2a470a6

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)