Skip to content

Commit 661b563

Browse files
Format
1 parent f342397 commit 661b563

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docassemble/GithubFeedbackForm/alembic/versions/5b46c3a6f9b7_add_github_user_and_repo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
def upgrade():
2424
inspector = inspect(op.get_bind())
25-
columns = [col['name'] for col in inspector.get_columns('feedback_session')]
25+
columns = [col["name"] for col in inspector.get_columns("feedback_session")]
2626

2727
if "github_user" not in columns:
2828
op.add_column(

0 commit comments

Comments
 (0)