From 820841d4e0941c097b797c4f193e7a053b57ca33 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Tue, 8 Aug 2017 14:41:52 -0500 Subject: [PATCH] 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 --- tailbone/auth.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tailbone/auth.py b/tailbone/auth.py index 2f8f4782..9db292ad 100644 --- a/tailbone/auth.py +++ b/tailbone/auth.py @@ -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