Skip to content

Commit

Permalink
Use relative import
Browse files Browse the repository at this point in the history
  • Loading branch information
aviolaris committed Jun 15, 2024
1 parent f3f6093 commit 395de63
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
from flask_paginate import Pagination
from werkzeug.utils import secure_filename
from flask_session import Session
# pylint: disable-next=import-error
from upd import get_latest_version, update_needed
from .upd import get_latest_version, update_needed

app = Flask(__name__)
app.secret_key = "secret_key"
Expand Down

0 comments on commit 395de63

Please sign in to comment.