mirror of
https://github.com/msoedov/agentic_security.git
synced 2026-06-24 06:09:55 +02:00
fix(linter):
This commit is contained in:
@@ -1,14 +1,15 @@
|
||||
import asyncio
|
||||
import json
|
||||
import colorama
|
||||
from datetime import datetime
|
||||
from tabulate import tabulate
|
||||
|
||||
import colorama
|
||||
import tqdm.asyncio
|
||||
from tabulate import tabulate
|
||||
|
||||
from agentic_security.models.schemas import Scan
|
||||
from agentic_security.probe_data import REGISTRY
|
||||
from agentic_security.routes.scan import streaming_response_generator
|
||||
|
||||
|
||||
# Enhanced color and style definitions
|
||||
RESET = colorama.Style.RESET_ALL
|
||||
BRIGHT = colorama.Style.BRIGHT
|
||||
@@ -137,7 +138,7 @@ class AgenticSecurity:
|
||||
if total_modules > 0
|
||||
else 0
|
||||
)
|
||||
print(f"\nSummary:")
|
||||
print("\nSummary:")
|
||||
print(
|
||||
f"Total Passing: {total_modules - total_failures}/{total_modules} ({pass_rate:.1f}%)"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user