mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
python: Normalize quotes with Black.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
11741543da
commit
6e4c3e41dc
@@ -5,13 +5,13 @@ from django.db import migrations, models
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('zerver', '0047_realm_add_emoji_by_admins_only'),
|
||||
("zerver", "0047_realm_add_emoji_by_admins_only"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='userprofile',
|
||||
name='enter_sends',
|
||||
model_name="userprofile",
|
||||
name="enter_sends",
|
||||
field=models.NullBooleanField(default=False),
|
||||
),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user