chores: fix linting

This commit is contained in:
2026-04-18 06:46:10 -04:00
parent d5e6ca1949
commit 293da364a6
2 changed files with 1 additions and 2 deletions

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