Remove unwanted import (which broke versioning)
ugh, now there's a check on startup to hopefully prevent this sort of thing from sneaking up on us again
This commit is contained in:
parent
e91f18f344
commit
820841d4e0
|
@ -29,7 +29,6 @@ from __future__ import unicode_literals, absolute_import
|
|||
import logging
|
||||
|
||||
from rattail import enum
|
||||
from rattail.db import model
|
||||
from rattail.util import prettify, NOTSET
|
||||
|
||||
from zope.interface import implementer
|
||||
|
|
Loading…
Reference in a new issue