Remove unused import.

remotes/origin/enhancement/email-actions
Andrey Antukh 2014-09-05 22:29:31 +02:00
parent faa8c63976
commit f0ec998576
1 changed files with 0 additions and 2 deletions

View File

@ -14,8 +14,6 @@
# You should have received a copy of the GNU Affero General Public License # You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
from django.db.models import Q
# Patch api view for correctly return 401 responses on # Patch api view for correctly return 401 responses on
# request is authenticated instead of 403 # request is authenticated instead of 403
from . import monkey from . import monkey