From 5bffec641f06eecc25ea2f8e064bda1380ed01da Mon Sep 17 00:00:00 2001 From: ZdenekSrotyr Date: Mon, 4 May 2026 19:32:52 +0200 Subject: [PATCH] chore(lint): final ruff fixes --- app/api/claude_md.py | 1 - app/api/tokens.py | 1 - 2 files changed, 2 deletions(-) diff --git a/app/api/claude_md.py b/app/api/claude_md.py index 25e6934..8d53cfd 100644 --- a/app/api/claude_md.py +++ b/app/api/claude_md.py @@ -10,7 +10,6 @@ import datetime import logging from typing import Optional -from urllib.parse import unquote import duckdb from fastapi import APIRouter, Depends, HTTPException, Query, Request, Response diff --git a/app/api/tokens.py b/app/api/tokens.py index 0cbb63b..e13dd07 100644 --- a/app/api/tokens.py +++ b/app/api/tokens.py @@ -1,7 +1,6 @@ """Personal access token endpoints (#12).""" import hashlib -import secrets import uuid from datetime import datetime, timezone, timedelta from typing import Optional, List