Skip to content

Commit

Permalink
Fix lint :)
Browse files Browse the repository at this point in the history
  • Loading branch information
fjpacheco committed Mar 12, 2024
1 parent 7e3c96c commit c85a9ee
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/repository/Users.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@


class UsersRepository:
db_url = environ.get("DATABASE_URL") \
.replace("postgres://", "postgresql://", 1)
db_url = environ.get("DATABASE_URL").replace("postgres://",
"postgresql://",
1)

engine = create_engine(db_url)

Expand Down

0 comments on commit c85a9ee

Please sign in to comment.