Skip to content

Commit

Permalink
Consistency with trailing comma.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpencola committed May 24, 2011
1 parent 05b0ce2 commit 5755f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bumblebee/website/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from bumblebee.puzzle.models import ImageUpload, Puzzle, Difficulty, ImageDetail

ALLOWED_IMAGE_TYPES = ('png','jpg','jpeg',)
PUZZLE_SIZE = (400, 300)
PUZZLE_SIZE = (400, 300,)

def create_puzzle(request):
""" """
Expand Down

0 comments on commit 5755f56

Please sign in to comment.