merge testing->tomerge/main #7

Open
anti wants to merge 242 commits from testing into tomerge/main
2 changed files with 1 additions and 2 deletions
Showing only changes of commit 293da364a6 - Show all commits

View File

@@ -63,7 +63,6 @@ def _configure_logging(dev: bool) -> None:
all microservice daemons — which redirect stderr to /dev/null — still
produce readable logs. File handler is skipped under pytest.
"""
import logging.handlers as _lh
from decnet.logging.inode_aware_handler import InodeAwareRotatingFileHandler
root = logging.getLogger()

View File

@@ -3,7 +3,7 @@ import time
from typing import Any, Optional
import jwt
from fastapi import Depends, HTTPException, status, Request
from fastapi import HTTPException, status, Request
from fastapi.security import OAuth2PasswordBearer
from decnet.web.auth import ALGORITHM, SECRET_KEY