Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 4, 2023
1 parent c7e4d1b commit 50181dd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions jupyter_server/serverapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -1896,12 +1896,12 @@ def init_configurables(self):
parent=self,
)

kwargs = dict(
parent=self,
log=self.log,
connection_dir=self.runtime_dir,
kernel_spec_manager=self.kernel_spec_manager,
)
kwargs = {
"parent": self,
"log": self.log,
"connection_dir": self.runtime_dir,
"kernel_spec_manager": self.kernel_spec_manager,
}
if jupyter_client.version_info > (8, 3, 0):
if self.allow_external_kernels:
external_connection_dir = self.external_connection_dir
Expand Down

0 comments on commit 50181dd

Please sign in to comment.