Skip to content

Commit 5a57b99

Browse files
committed
fix(pc):
1 parent a8516a2 commit 5a57b99

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
from agentic_security.primitives.models import (
2-
Settings,
1+
from agentic_security.primitives.models import ( # noqa
2+
CompletionRequest,
3+
FileProbeResponse,
34
LLMInfo,
5+
Message,
6+
Probe,
47
Scan,
58
ScanResult,
6-
Probe,
7-
Message,
8-
CompletionRequest,
9-
FileProbeResponse,
9+
Settings,
1010
Table,
11-
) # noqa
11+
)

0 commit comments

Comments
 (0)