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 Jan 16, 2024
1 parent f527868 commit d8806da
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion kubespawner/spawner.py
Original file line number Diff line number Diff line change
Expand Up @@ -2746,7 +2746,9 @@ async def _start(self):

if self.internal_ssl:
# internal ssl, create secret object
secret_manifest = self.get_secret_manifest(owner_reference, secret_name)
secret_manifest = self.get_secret_manifest(
owner_reference, secret_name
)
await exponential_backoff(
partial(
self._ensure_not_exists,
Expand Down

0 comments on commit d8806da

Please sign in to comment.