Skip to content

Commit 3e20f81

Browse files
committed
minor: indentation
1 parent 2da574d commit 3e20f81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ipykernel/ipkernel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ def finish_metadata(self, parent, metadata, reply_content):
164164
# This is required by ipyparallel < 5.0
165165
metadata['status'] = reply_content['status']
166166
if reply_content['status'] == 'error' and reply_content['ename'] == 'UnmetDependency':
167-
metadata['dependencies_met'] = False
167+
metadata['dependencies_met'] = False
168168

169169
return metadata
170170

0 commit comments

Comments
 (0)