mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-08 02:24:08 +00:00
easier linting in jupyterhub_config
noqa get_import satisfies most linters
This commit is contained in:
@@ -6,6 +6,7 @@ import shlex
|
||||
|
||||
from jupyterhub.spawner import LocalProcessSpawner
|
||||
|
||||
c = get_config() # noqa
|
||||
|
||||
class DemoFormSpawner(LocalProcessSpawner):
|
||||
def _options_form_default(self):
|
||||
|
Reference in New Issue
Block a user