Skip to content
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.

Commit

Permalink
Merge pull request #193 from alphagov/remove-unused-bits
Browse files Browse the repository at this point in the history
Removed an unused import and local variable
  • Loading branch information
tombooth committed Dec 10, 2013
2 parents c9bc400 + cf46e2b commit 670deac
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions backdrop/write/admin_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
from backdrop.core.bucket import Bucket
from backdrop.core.errors import ParseError, ValidationError
from backdrop.core.upload import create_parser
from backdrop.core.upload.filters import first_sheet_filter
from backdrop.write.signonotron2 import Signonotron2
from backdrop.write.uploaded_file import UploadedFile, FileUploadException
from backdrop.write.scanned_file import VirusSignatureError
Expand All @@ -15,7 +14,6 @@
def setup(app, db, bucket_repository, user_repository):
USER_SCOPE = app.config['USER_SCOPE']
ADMIN_UI_HOST = app.config["BACKDROP_ADMIN_UI_HOST"]
MAX_UPLOAD_SIZE = 1000000

app.oauth_service = Signonotron2(
client_id=app.config['OAUTH_CLIENT_ID'],
Expand Down

0 comments on commit 670deac

Please sign in to comment.