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:
@@ -8,7 +8,6 @@ from functools import partial
|
||||
import asyncio
|
||||
import pwd
|
||||
import grp
|
||||
import sys
|
||||
import subprocess
|
||||
from os import system
|
||||
from tljh.normalize import generate_system_username
|
||||
|
||||
Reference in New Issue
Block a user