Skip to content

Commit f1236b9

Browse files
committed
style: remove unnecessary whitespace in main.py
The commit removes an extraneous whitespace character that was inadvertently added to the code. This improves code readability and maintains consistency with the project's style guidelines.
1 parent 01a04f4 commit f1236b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class ResponseRequest(BaseModel):
4343
# Remove the global session
4444
engine = create_engine(POSTGRES_URL)
4545
Session = sessionmaker(bind=engine)
46-
46+
w
4747
# Why watchtower not updating?
4848

4949
# Add dependency for session management

0 commit comments

Comments
 (0)