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 Apr 3, 2024
1 parent b3e2237 commit 033c0fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubespawner/spawner.py
Original file line number Diff line number Diff line change
Expand Up @@ -2734,7 +2734,7 @@ async def _start(self):
if self.server_spawn_launch_delay:
self.log.info(
"Delaying spawn launch for %s seconds.",
str(self.server_spawn_launch_delay)
str(self.server_spawn_launch_delay),
)
await asyncio.sleep(self.server_spawn_launch_delay)

Expand Down

0 comments on commit 033c0fc

Please sign in to comment.