Skip to content

Commit

Permalink
[#1251] Remove unused import from pdfpreview
Browse files Browse the repository at this point in the history
  • Loading branch information
johnglover committed Nov 7, 2013
1 parent ffbd9e5 commit aa6efd5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ckanext/pdfpreview/plugin.py
Expand Up @@ -5,11 +5,6 @@

log = logging.getLogger(__name__)

try:
import ckanext.resourceproxy.plugin as proxy
except ImportError:
pass


class PdfPreview(p.SingletonPlugin):
'''This extension previews PDFs. '''
Expand Down

0 comments on commit aa6efd5

Please sign in to comment.