Skip to content

Commit

Permalink
code reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
teehamaral committed May 29, 2024
1 parent 28722c5 commit c158429
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Binary file modified mailroom_test.dump
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
class Migration(migrations.Migration):

dependencies = [
('channels', '0140_smpplog'),
("channels", "0140_smpplog"),
]

operations = [
migrations.AddField(
model_name='channelconnection',
name='answered_by',
field=models.CharField(choices=[('H', 'Human'), ('M', 'Machine')], max_length=1, null=True),
model_name="channelconnection",
name="answered_by",
field=models.CharField(choices=[("H", "Human"), ("M", "Machine")], max_length=1, null=True),
),
]

0 comments on commit c158429

Please sign in to comment.