refactoring-backend #3

Merged
lukas.pupkalipinski merged 403 commits from refactoring-backend into main 2026-05-20 20:23:46 +02:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit b1fba79a2e - Show all commits

View File

@@ -695,6 +695,8 @@ Allocating an in-memory structure and its lock mechanisms for a feature that is
### Task 24 — Remove unused asyncio import from log_service.py
**Status:** Completed
**Severity:** Low
**Where:**

View File

@@ -6,7 +6,6 @@ fail2ban socket operations.
from __future__ import annotations
import asyncio
from app.utils.async_utils import run_blocking
import re
from pathlib import Path