Skip to content

Commit 8466774

Browse files
committed
remove parent_header
1 parent 4c3d077 commit 8466774

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

ipykernel/kernelbase.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -181,15 +181,6 @@ def _default_ident(self):
181181
# Asyncio lock for main shell thread.
182182
_main_asyncio_lock: asyncio.Lock
183183

184-
@property
185-
def _parent_header(self):
186-
warnings.warn(
187-
"Kernel._parent_header is deprecated in ipykernel 6. Use .get_parent()",
188-
DeprecationWarning,
189-
stacklevel=2,
190-
)
191-
return self.get_parent()
192-
193184
# Time to sleep after flushing the stdout/err buffers in each execute
194185
# cycle. While this introduces a hard limit on the minimal latency of the
195186
# execute cycle, it helps prevent output synchronization problems for

0 commit comments

Comments
 (0)