mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-26 18:02:18 +00:00
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:
@@ -1,5 +1,6 @@
|
|||||||
# Generated by Django 2.0.13 on 2019-12-05 20:42
|
# Generated by Django 2.0.13 on 2019-12-05 20:42
|
||||||
|
|
||||||
|
import re
|
||||||
from django.db import migrations, models
|
from django.db import migrations, models
|
||||||
import django.db.migrations.operations.special
|
import django.db.migrations.operations.special
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user