Skip to content

Commit a1369f3

Browse files
authored
flake8
1 parent 75dc5be commit a1369f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nbclient/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ def setup_kernel(self, **kwargs):
412412
down the kernel.
413413
"""
414414
reset_kc = kwargs.pop('reset_kc', False)
415-
415+
416416
# Can't use run_until_complete on an asynccontextmanager function :(
417417
if self.km is None:
418418
self.start_kernel_manager()

0 commit comments

Comments
 (0)