FIX: Fix missing import

Presumably caused by Matt's IDE being overzealous again. I know I shouldn't be pushing to master but...one line fix...
This commit is contained in:
2019-12-06 00:40:56 +00:00
parent b77615b9b9
commit 602ccc15ea

View File

@@ -1,5 +1,6 @@
# Generated by Django 2.0.13 on 2019-12-05 20:42
import re
from django.db import migrations, models
import django.db.migrations.operations.special