Skip to content

Commit 445ba47

Browse files
committed
fix: arg-type mypy error
1 parent 51928cc commit 445ba47

File tree

1 file changed

+1
-1
lines changed
  • src/backend/base/langflow/services/settings

1 file changed

+1
-1
lines changed

src/backend/base/langflow/services/settings/base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ class Settings(BaseSettings):
157157
"""The log level for Langflow."""
158158
log_file: str | None = "logs/langflow.log"
159159
"""The path to log file for Langflow."""
160-
alembic_log_file: str | None = "alembic/alembic.log"
160+
alembic_log_file: str = "alembic/alembic.log"
161161
"""The path to log file for Alembic for SQLAlchemy."""
162162
frontend_path: str | None = None
163163
"""The path to the frontend directory containing build files. This is for development purposes only.."""

0 commit comments

Comments
 (0)