fix(lint): remove unused textwrap import in migration 038

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Jason Staack
2026-03-22 08:53:22 -05:00
parent 9f1a533154
commit b16a60dc7a

View File

@@ -14,7 +14,6 @@ IS NOT NULL), avoiding the need for a sentinel UUID.
"""
import json
import textwrap
import sqlalchemy as sa
from alembic import op