Undefined name: import datetime for line 30

Without this change, line 30 will raise NameError at runtime.
This commit is contained in:
Christian Clauss
2020-01-02 12:00:34 +01:00
committed by cclauss
parent 909d650667
commit 1496ce1efb

View File

@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
import datetime
from django.db import migrations, models
import django.db.models.deletion