Skip to content

Commit 0ab7686

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 9faa29c commit 0ab7686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kubespawner/spawner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2170,7 +2170,7 @@ def _build_common_annotations(self, extra_annotations):
21702170
'hub.jupyter.org/username': self.user.name,
21712171
'hub.jupyter.org/servername': self.name,
21722172
"hub.jupyter.org/kubespawner-version": __version__,
2173-
"hub.jupyter.org/jupyterhub-version": jupyterhub.__version__
2173+
"hub.jupyter.org/jupyterhub-version": jupyterhub.__version__,
21742174
}
21752175

21762176
annotations.update(extra_annotations)

0 commit comments

Comments
 (0)