mirror of
https://github.com/coleam00/Archon.git
synced 2025-12-24 02:39:17 -05:00
fix: linting issues in agent work orders tests
- Sort imports consistently - Remove unused imports (pytest, MagicMock, patch, etc.) - Update to datetime.UTC alias from timezone.utc - Fix formatting and organization issues
This commit is contained in:
6
python/uv.lock
generated
6
python/uv.lock
generated
@@ -164,6 +164,7 @@ name = "archon"
|
||||
version = "0.1.0"
|
||||
source = { virtual = "." }
|
||||
dependencies = [
|
||||
{ name = "sse-starlette" },
|
||||
{ name = "structlog" },
|
||||
]
|
||||
|
||||
@@ -269,7 +270,10 @@ server-reranking = [
|
||||
]
|
||||
|
||||
[package.metadata]
|
||||
requires-dist = [{ name = "structlog", specifier = ">=25.4.0" }]
|
||||
requires-dist = [
|
||||
{ name = "sse-starlette", specifier = ">=2.3.3" },
|
||||
{ name = "structlog", specifier = ">=25.4.0" },
|
||||
]
|
||||
|
||||
[package.metadata.requires-dev]
|
||||
agent-work-orders = [
|
||||
|
||||
Reference in New Issue
Block a user