Skip to content

Commit

Permalink
Fixed pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
danyi1212 committed Dec 2, 2024
1 parent 9a8dfe6 commit e1e0d2b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/opal-client/opal_client/engine/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ class OpaServerOptions(BaseModel):
None, description="path of TLS private key file"
)
tls_cert_refresh_period: Optional[str] = Field(
None, description="how often OPA should check the TLS certificate and private key file for changes"
None,
description="how often OPA should check the TLS certificate and private key file for changes",
)
log_level: LogLevel = Field(LogLevel.info, description="log level for opa logs")
files: Optional[List[str]] = Field(
Expand Down

0 comments on commit e1e0d2b

Please sign in to comment.