régler les imports des fichiers après redistribution

This commit is contained in:
cedrick2711
2026-07-29 14:16:01 -04:00
parent b69eaabbba
commit fc1bdc57c4
13 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ from datetime import datetime, timedelta
from flask import Blueprint, render_template, redirect, url_for, flash, request, session
from flask_login import login_user, logout_user, login_required, current_user
from app.extensions import db, hash_password, check_password, limiter
from app.models.models import User, Player, ESPORT_GAMES
from app.models import User, Player, ESPORT_GAMES
from app.validators import RegisterSchema, LoginSchema
from marshmallow import ValidationError
from urllib.parse import urlparse