Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
crazywoola committed Nov 8, 2024
1 parent 7462fa5 commit 6f1f40f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/configs/feature/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ class LoggingConfig(BaseSettings):

LOG_TZ: Optional[str] = Field(
description="Timezone for log timestamps (e.g., 'America/New_York')",
default='UTC',
default="UTC",
)


Expand Down

0 comments on commit 6f1f40f

Please sign in to comment.