Skip to content

Commit

Permalink
fix: flake issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
Angel-Dijoux committed Oct 30, 2023
1 parent 9c010d8 commit e350b38
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"""
from alembic import op
import sqlalchemy as sa
from sqlalchemy.dialects import mysql

from src.models.helpers.UUIDType import UUIDType
Expand Down
1 change: 0 additions & 1 deletion src/models/user.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from dataclasses import dataclass
from src import db
from src.models.base_model import BaseModel
from src.models.formation import Formation
from src.models.user_favori import UserFavori


Expand Down
2 changes: 0 additions & 2 deletions src/models/user_favori.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from dataclasses import dataclass

from src import db
from src.models.base_model import BaseModel
from src.models.helpers.UUIDType import UUIDType
Expand Down

0 comments on commit e350b38

Please sign in to comment.