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:
@@ -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:**
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user