Skip to content

Commit d81d508

Browse files
fix: update .gitignore and import order in remove_preview_thumb_column.py
- add /.playwright-mcp/ to .gitignore - reorder import statements for consistency
1 parent a9d1385 commit d81d508

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,3 +240,4 @@ agentic/runs/
240240
# Docker
241241
docker-compose.override.yml
242242
secrets/
243+
/.playwright-mcp/

alembic/versions/b833d85c09ed_remove_preview_thumb_column.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@
77
"""
88
from typing import Sequence, Union
99

10-
from alembic import op
1110
import sqlalchemy as sa
1211

12+
from alembic import op
13+
1314

1415
# revision identifiers, used by Alembic.
1516
revision: str = 'b833d85c09ed'

0 commit comments

Comments
 (0)