Fix missing re import.

Fix missing re import.
This commit is contained in:
Karl 2017-11-13 18:33:36 +00:00 committed by GitHub
parent cb19c84070
commit 39c5d67946
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,7 @@
# Generated by Django 1.11.4 on 2017-09-26 21:25
from __future__ import unicode_literals
from distutils.version import StrictVersion
import re
from django.conf import settings
import django.contrib.postgres.fields.jsonb