Remove unused import

This commit is contained in:
Iacopo Spalletti 2015-10-20 07:51:37 +02:00
parent 0e6a8a8f6d
commit fa45841d0d
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
from __future__ import absolute_import, print_function, unicode_literals
from django.conf.urls import patterns, url
from django.conf.urls import url
from .apps import BlogAppConfig
from .feeds import LatestEntriesFeed, TagFeed