Skip to content

Commit

Permalink
fix pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
omer9564 committed Jun 19, 2024
1 parent cb4e91f commit 0e9230a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion permit/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class PermitConfig(BaseModel):
facts_sync_timeout: Optional[float] = Field(
None,
description="The amount of time in seconds to wait for facts to be available "
"in the PDP cache before returning the response.",
"in the PDP cache before returning the response.",
)

class Config:
Expand Down

0 comments on commit 0e9230a

Please sign in to comment.