Skip to content

Commit ea315fa

Browse files
committed
easier linting in jupyterhub_config
noqa get_import satisfies most linters
1 parent 57c60f9 commit ea315fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo-image/jupyterhub_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Configuration file for jupyterhub-demo
22

3-
c = get_config()
3+
c = get_config() # noqa
44

55
# Use DummyAuthenticator and SimpleSpawner
66
c.JupyterHub.spawner_class = "simple"

0 commit comments

Comments
 (0)