From b16a60dc7a74c3bd98a769c5dc326e36ea805e8b Mon Sep 17 00:00:00 2001 From: Jason Staack Date: Sun, 22 Mar 2026 08:53:22 -0500 Subject: [PATCH] fix(lint): remove unused textwrap import in migration 038 Co-Authored-By: Claude Opus 4.6 (1M context) --- backend/alembic/versions/038_snmp_profiles_table.py | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/alembic/versions/038_snmp_profiles_table.py b/backend/alembic/versions/038_snmp_profiles_table.py index 25c74cb..d417635 100644 --- a/backend/alembic/versions/038_snmp_profiles_table.py +++ b/backend/alembic/versions/038_snmp_profiles_table.py @@ -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