Skip to content

Commit feb5e55

Browse files
committed
Cleanup
1 parent b81b718 commit feb5e55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/confcom/azext_confcom/lib/policy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ class Container:
8686
id: Optional[str] = None
8787
layers: list[str] = field(default_factory=list)
8888
mounts: list[ContainerMount] = field(default_factory=list)
89-
name: Optional[str] = None,
89+
name: Optional[str] = None
9090
no_new_privileges: bool = False
9191
seccomp_profile_sha256: str = ""
9292
signals: list[str] = field(default_factory=list)

0 commit comments

Comments
 (0)