Skip to content

Commit

Permalink
[rbxmlreview] Fix up pyflakes warnings
Browse files Browse the repository at this point in the history
Trivial change to fix some warnings.
  • Loading branch information
davidt committed Sep 8, 2014
1 parent 982605d commit 6d5d929
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 0 additions & 2 deletions rbxmlreview/rbxmlreview/admin_urls.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
from django.conf.urls import patterns, url

from rbxmlreview.extension import XMLReviewUIExtension


urlpatterns = patterns('rbxmlreview.views',
url(r'^$', 'configure'),
Expand Down
5 changes: 2 additions & 3 deletions rbxmlreview/rbxmlreview/extension.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# rbxmlreview Extension for Review Board.
from mimetypes import XMLMimetype
from reviewboard.extensions.base import Extension
from reviewboard.extensions.hooks import ReviewUIHook, \
FileAttachmentThumbnailHook, \
URLHook
from reviewboard.extensions.hooks import (ReviewUIHook,
FileAttachmentThumbnailHook)

from rbxmlreview import XMLReviewUI

Expand Down

0 comments on commit 6d5d929

Please sign in to comment.