Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
fjpacheco committed May 26, 2024
1 parent aebf439 commit ce91c68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/repository/Users.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from sqlalchemy.orm import Session
from os import environ
from typing import Optional
from app.models.database import Base
from models.database import Base
from models.users import User
from models.alarms import Alarm
from datetime import date, datetime
Expand Down

0 comments on commit ce91c68

Please sign in to comment.