Skip to content

Commit 02837f6

Browse files
committed
Fix for lint
1 parent 5369a36 commit 02837f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

backend/infrahub/core/migrations/graph/m043_backfill_hfid_display_label_in_db.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,8 @@ async def _do_one_schema_batch(
447447

448448
print("done")
449449

450-
async def execute_against_branch(self, db: InfrahubDatabase, branch: Branch) -> MigrationResult: ...
450+
async def execute_against_branch(self, db: InfrahubDatabase, branch: Branch) -> MigrationResult: # noqa: ARG002
451+
return MigrationResult()
451452

452453
async def execute(self, db: InfrahubDatabase) -> MigrationResult:
453454
root_node = await get_root_node(db=db, initialize=False)

0 commit comments

Comments
 (0)