Skip to content

Commit 39ba5a6

Browse files
committed
Fix wrongly deleted code
1 parent 183f142 commit 39ba5a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/infrahub/core/migrations/shared.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,4 +242,4 @@ async def execute_against_branch(self, db: InfrahubDatabase, branch: Branch) ->
242242
raise NotImplementedError()
243243

244244
async def execute(self, db: InfrahubDatabase) -> MigrationResult:
245-
return await self.execute_against_branch(db=db, branch=registry.get_branch_from_registry())
245+
raise NotImplementedError()

0 commit comments

Comments
 (0)