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 c85a9ee commit c90bf9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/repository/Users.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@


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

engine = create_engine(db_url)
Expand Down

0 comments on commit c90bf9c

Please sign in to comment.