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,16 +1,11 @@
|
||||
"""Migration utilities for upgrading tljh"""
|
||||
|
||||
import os
|
||||
from datetime import date
|
||||
import logging
|
||||
import os
|
||||
import shutil
|
||||
from datetime import date
|
||||
|
||||
from tljh.config import (
|
||||
CONFIG_DIR,
|
||||
CONFIG_FILE,
|
||||
INSTALL_PREFIX,
|
||||
)
|
||||
|
||||
from tljh.config import CONFIG_DIR, CONFIG_FILE, INSTALL_PREFIX
|
||||
|
||||
logger = logging.getLogger("tljh")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user