Skip to content

Commit

Permalink
Removed comments and unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
spellew committed Aug 8, 2019
1 parent b05cc1c commit 3adc216
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions critiquebrainz/frontend/views/label.py
Original file line number Diff line number Diff line change
@@ -1,32 +1,8 @@
# critiquebrainz - Repository for Creative Commons licensed reviews
#
# Copyright (C) 2018 MetaBrainz Foundation Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License along
# with this program; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

from flask import Blueprint, render_template
# from flask import request
# from flask_login import current_user
from werkzeug.exceptions import NotFound
from flask_babel import gettext
import critiquebrainz.frontend.external.musicbrainz_db.label as mb_label
import critiquebrainz.frontend.external.musicbrainz_db.exceptions as mb_exceptions
# import critiquebrainz.db.review as db_review
# from critiquebrainz.frontend.forms.rate import RatingEditForm
# from critiquebrainz.frontend.views import get_avg_rating


label_bp = Blueprint('label', __name__)

Expand Down

0 comments on commit 3adc216

Please sign in to comment.