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 Oct 14, 2022
1 parent 3d04ee5 commit 3a6554e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerspawner/dockerspawner.py
Original file line number Diff line number Diff line change
Expand Up @@ -887,7 +887,7 @@ def template_namespace(self):
def _object_name_default(self):
"""Render the name of our container/service using name_template"""
return self._render_templates(self.name_template)

async def _object_name_for_current_image(self):
"""Render the name of our container/service using name_template"""
return self._render_templates(self.name_template)
Expand Down

0 comments on commit 3a6554e

Please sign in to comment.