Skip to content

Commit 7555333

Browse files
committed
Remove unused strategy parameter from InfrahubObjectFileData class
1 parent a346243 commit 7555333

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

infrahub_sdk/spec/object.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,6 @@ async def process(self, client: InfrahubClient, branch: str | None = None) -> No
290290
position=[idx + 1],
291291
branch=branch,
292292
default_schema_kind=self.kind,
293-
strategy=self.strategy,
294293
)
295294

296295
@classmethod

0 commit comments

Comments
 (0)