Skip to content

Commit 70767fa

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 0d31b53 commit 70767fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ipykernel/kernelbase.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -895,7 +895,7 @@ def kernel_info(self):
895895
"language_info": self.language_info,
896896
"banner": self.banner,
897897
"help_links": self.help_links,
898-
"supported_features": supported_features
898+
"supported_features": supported_features,
899899
}
900900
return info
901901

0 commit comments

Comments
 (0)