mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Import subprocess before using it
This commit is contained in:
@@ -8,6 +8,7 @@ import asyncio
|
|||||||
import pwd
|
import pwd
|
||||||
import grp
|
import grp
|
||||||
import sys
|
import sys
|
||||||
|
import subprocess
|
||||||
from tljh.normalize import generate_system_username
|
from tljh.normalize import generate_system_username
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user