Skip to content

Commit a36d1ff

Browse files
Merge branch 'feat/community-modules' of https://github.com/microsoft/agent-governance-toolkit into feat/community-modules
2 parents 9f64e7a + d8f7463 commit a36d1ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/agent-os/src/agent_os/policies/backends.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
import shutil
3131
import subprocess
3232
import tempfile
33-
from dataclasses import dataclass, field
33+
from dataclasses import dataclass
3434
from datetime import datetime, timezone
3535
from pathlib import Path
3636
from typing import Any, Literal, Optional, Protocol, runtime_checkable

0 commit comments

Comments
 (0)