Skip to content

Commit d861747

Browse files
committed
style: remove trailing whitespace in main.py
This commit removes an unnecessary trailing whitespace in the main.py file, improving code readability and adhering to coding standards.
1 parent f1236b9 commit d861747

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-
w
46+
4747
# Why watchtower not updating?
4848

4949
# Add dependency for session management

0 commit comments

Comments
 (0)