diff options
| author | Tobias McNulty <tobias@caktusgroup.com> | 2024-10-03 20:20:36 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-03 20:20:36 -0400 |
| commit | 064bd53fee225d8b940608270d71dd7d7e1adbe1 (patch) | |
| tree | 9a39d4218af6399650d6e33dc0ba92cb6919a9a8 /aggregator | |
| parent | 1be8f1364ccf5e1b3450fa9fe92a0b020ecdb96a (diff) | |
Fixed `isort` and `flake8` errors and ran all `tox` envs in CI (#1642)
Diffstat (limited to 'aggregator')
| -rw-r--r-- | aggregator/migrations/0004_add_local_django_community.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aggregator/migrations/0004_add_local_django_community.py b/aggregator/migrations/0004_add_local_django_community.py index a12c82e9..0b65e2c8 100644 --- a/aggregator/migrations/0004_add_local_django_community.py +++ b/aggregator/migrations/0004_add_local_django_community.py @@ -1,7 +1,7 @@ # Generated by Django 3.2.19 on 2023-06-05 03:45 -from django.db import migrations, models import django_countries.fields +from django.db import migrations, models class Migration(migrations.Migration): |
