Skip to content

Commit 756db0f

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 5686482 commit 756db0f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

users/migrations/0012_changeemailrequest.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ class Migration(migrations.Migration):
5454
"indexes": [
5555
models.Index(
5656
fields=["expires_on", "confirmed", "code"],
57-
name="email_change_request_e_3f3b1d_idx",)
57+
name="email_change_request_e_3f3b1d_idx",
58+
)
5859
]
5960
},
6061
)

0 commit comments

Comments
 (0)