add ignore to django_fsm

This commit is contained in:
Jon Roberts 2023-04-13 17:35:16 -06:00
parent bb25253959
commit de7769c534
No known key found for this signature in database
GPG key ID: EED093582198B041

View file

@ -1,7 +1,7 @@
# Generated by Django 4.1.6 on 2023-04-13 18:38
from django.db import migrations
import django_fsm
import django_fsm # type: ignore
class Migration(migrations.Migration):