Skip to content

Commit

Permalink
Remove assert url
Browse files Browse the repository at this point in the history
  • Loading branch information
gmertes committed Jul 2, 2024
1 parent c4d8b2e commit 6edf62d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/anemoi/training/diagnostics/mlflow/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ def __init__(
Set this to False to turn off authentication, by default True
"""

assert url, "Please provide a URL for the authentication server."

self.url = url
self.refresh_expire_days = refresh_expire_days
self._enabled = enabled
Expand Down

0 comments on commit 6edf62d

Please sign in to comment.