mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-21 18:25:58 +02:00
Fix type errors in linter
This commit is contained in:
parent
7a3e1bcb2c
commit
dd58f46231
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ class Migration(migrations.Migration):
|
|||
options={
|
||||
"abstract": False,
|
||||
},
|
||||
bases=(models.Model, registrar.models.utility.domain_helper.DomainHelper),
|
||||
bases=(models.Model, registrar.models.utility.domain_helper.DomainHelper), # type: ignore
|
||||
),
|
||||
migrations.AddField(
|
||||
model_name="domainapplication",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue