Skip to content

Commit

Permalink
improve code styles PEP8
Browse files Browse the repository at this point in the history
  • Loading branch information
FuHsinyu committed Jul 8, 2024
1 parent 780ae26 commit 3b3c499
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion admin/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
__copyright__ = "Copyright (c) 2024, Utrecht University"
__license__ = "GPLv3, see LICENSE"

from functools import wraps
import json
from functools import wraps
from os import path

from flask import (
Expand Down Expand Up @@ -44,6 +44,7 @@ def decorated_function(*args, **kwargs):
return decorated_function



@admin_bp.route('/set_banner', methods=['POST'])
@admin_required
def set_banner():
Expand Down

0 comments on commit 3b3c499

Please sign in to comment.