Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
OniriCorpe committed May 22, 2024
1 parent a40de29 commit 4efabca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
import random
import string

from flask import Flask, render_template, jsonify, request, send_from_directory, session
from flask_babel import Babel, _
from flask import Flask, render_template, jsonify, request, session
from flask_babel import Babel
from flask_simple_csrf import CSRF


Expand Down

0 comments on commit 4efabca

Please sign in to comment.