Skip to content

Commit a83b591

Browse files
abrookinsclaude
andcommitted
Fix missing newline at end of CLI migrate file
Added trailing newline to pass flake8 linting requirements. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 63287ed commit a83b591

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aredis_om/model/cli/migrate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,4 +202,4 @@ async def _rollback():
202202
err=True,
203203
)
204204

205-
run_async(_rollback())
205+
run_async(_rollback())

0 commit comments

Comments
 (0)