Skip to content

Commit

Permalink
Fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
ThiefMaster committed Oct 29, 2024
1 parent 9196c02 commit c331374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vc_zoom/indico_vc_zoom/controllers.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import hashlib
import hmac

from flask import flash, jsonify, request, session
from flask import jsonify, request, session
from flask_pluginengine import current_plugin
from marshmallow import EXCLUDE
from sqlalchemy.orm.attributes import flag_modified
Expand Down

0 comments on commit c331374

Please sign in to comment.