Skip to content

Commit

Permalink
fix premature call
Browse files Browse the repository at this point in the history
  • Loading branch information
mfittko committed Sep 12, 2024
1 parent 2e7c41c commit 9196b67
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion litellm/integrations/cloud_watch.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ def __init__(

# Ensure the log group exists
self._ensure_log_group()
self._ensure_log_stream()
self.sequence_token = None

except Exception as e:
Expand Down

0 comments on commit 9196b67

Please sign in to comment.