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:
@@ -16,7 +16,6 @@ import bcrypt
|
||||
import pluggy
|
||||
import requests
|
||||
from requests.packages.urllib3.exceptions import InsecureRequestWarning
|
||||
from getpass import getpass
|
||||
|
||||
from tljh import (
|
||||
apt,
|
||||
@@ -26,7 +25,6 @@ from tljh import (
|
||||
systemd,
|
||||
traefik,
|
||||
user,
|
||||
utils
|
||||
)
|
||||
from .config import (
|
||||
CONFIG_DIR,
|
||||
|
||||
Reference in New Issue
Block a user