Skip to content

Commit

Permalink
fix flask import
Browse files Browse the repository at this point in the history
  • Loading branch information
obfusk committed Dec 14, 2023
1 parent 33e554b commit 5a82de9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions jiten/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,7 @@
import click, flask, jinja2, werkzeug

os.environ["FLASK_SKIP_DOTENV"] = "yes" # FIXME
from flask import Flask, abort, escape, make_response, redirect, \
request, render_template, url_for
from flask import Flask, abort, make_response, redirect, request, render_template, url_for

from .version import __version__, py_version
from .kana import kana2romaji
Expand Down

0 comments on commit 5a82de9

Please sign in to comment.