Skip to content
Snippets Groups Projects

Update the QA pass template to work with non-srdp as well (ignore the branch/migration misnomer)

Merged Nathan Bockisch requested to merge fix-qa-fail-template-custom-text into main
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
@@ -5,6 +5,8 @@ Revises: 569416c40ca8
Create Date: 2023-09-29 12:27:27.449396
"""
from pathlib import Path
import sqlalchemy as sa
from alembic import op
Loading