Skip to content

Commit

Permalink
extend todo
Browse files Browse the repository at this point in the history
  • Loading branch information
leoschwarz committed Sep 16, 2024
1 parent abc3280 commit 8ec2000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bfabric/config/bfabric_client_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class BfabricClientConfig(BaseModel):
job_notification_emails (optional): Space-separated list of email addresses to notify when a job finishes.
"""

# TODO consider using AnyHttpUrl in the future directly
# TODO consider using AnyHttpUrl in the future directly and make mandatory
base_url: Annotated[
str,
BeforeValidator(lambda value: str(http_url_adapter.validate_python(value))),
Expand Down

0 comments on commit 8ec2000

Please sign in to comment.