Remove unused asyncio import from log_service

Clean log_service.py by deleting the unused asyncio import and mark Task 24 completed in Docs/Tasks.md.
This commit is contained in:
2026-04-14 12:19:35 +02:00
parent 53cdd63b6a
commit b1fba79a2e
2 changed files with 2 additions and 1 deletions

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