mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
@@ -1,15 +1,17 @@
|
||||
"""
|
||||
Test wrappers in tljw.user module
|
||||
"""
|
||||
from tljh import user
|
||||
import grp
|
||||
import os
|
||||
import os.path
|
||||
import pwd
|
||||
import stat
|
||||
import uuid
|
||||
import pwd
|
||||
import grp
|
||||
|
||||
import pytest
|
||||
|
||||
from tljh import user
|
||||
|
||||
|
||||
def test_ensure_user():
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user