Skip to content

Commit 6bd5782

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 090522d commit 6bd5782

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
@@ -74,7 +74,7 @@ class IPythonKernel(KernelBase):
7474
# use fully-qualified name to ensure lazy import and prevent the issue from
7575
# https://github.com/ipython/ipykernel/issues/1198
7676
debugger_class = Type("ipykernel.debugger.Debugger")
77-
77+
7878
compiler_class = Type(XCachingCompiler)
7979

8080
use_experimental_completions = Bool(

0 commit comments

Comments
 (0)