Skip to content

Commit

Permalink
Fix error in sonarcloud
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaslinhares committed Jan 29, 2025
1 parent 6b07903 commit 5e16b48
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion temba/msgs/migrations/0165_populate_template_field.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ def reverse(apps, schema_editor): # pragma: no cover


def apply_manual(): # pragma: no cover
populate_template()
from django.apps import apps

populate_template(apps, None)


class Migration(migrations.Migration):
Expand Down

0 comments on commit 5e16b48

Please sign in to comment.