mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
flake8 fixes: unused imports and f-strings without vars
This commit is contained in:
@@ -5,7 +5,6 @@ JupyterHub config for the littlest jupyterhub.
|
||||
from glob import glob
|
||||
import os
|
||||
|
||||
from systemdspawner import SystemdSpawner
|
||||
from tljh import configurer
|
||||
from tljh.config import INSTALL_PREFIX, USER_ENV_PREFIX, CONFIG_DIR
|
||||
from tljh.utils import get_plugin_manager
|
||||
|
||||
Reference in New Issue
Block a user