mirror of
https://github.com/msoedov/agentic_security.git
synced 2026-06-24 06:09:55 +02:00
fix(pc):
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
from agentic_security.primitives.models import (
|
||||
Settings,
|
||||
LLMInfo,
|
||||
Scan,
|
||||
ScanResult,
|
||||
Probe,
|
||||
Message,
|
||||
from agentic_security.primitives.models import ( # noqa
|
||||
CompletionRequest,
|
||||
FileProbeResponse,
|
||||
LLMInfo,
|
||||
Message,
|
||||
Probe,
|
||||
Scan,
|
||||
ScanResult,
|
||||
Settings,
|
||||
Table,
|
||||
) # noqa
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user