mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-08 02:24:08 +00:00
apply ruff fixes for UP031
This commit is contained in:
@@ -11,7 +11,7 @@ c = get_config() # noqa
|
||||
|
||||
class DemoFormSpawner(LocalProcessSpawner):
|
||||
def _options_form_default(self):
|
||||
default_env = "YOURNAME=%s\n" % self.user.name
|
||||
default_env = f"YOURNAME={self.user.name}\n"
|
||||
return f"""
|
||||
<div class="form-group">
|
||||
<label for="args">Extra notebook CLI arguments</label>
|
||||
|
Reference in New Issue
Block a user