chore: lint

This commit is contained in:
Chris Coutinho
2025-12-24 09:52:45 -06:00
parent a51376fd5a
commit 5e2ef5f35b
+2 -1
View File
@@ -8,9 +8,10 @@ provides CLI integration.
import logging import logging
from pathlib import Path from pathlib import Path
from alembic import command
from alembic.config import Config from alembic.config import Config
from alembic import command
logger = logging.getLogger(__name__) logger = logging.getLogger(__name__)