Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove duplicate azure_endpoint assignment
Browse files Browse the repository at this point in the history
mbklein committed Mar 1, 2024
1 parent e29ddc1 commit 6f4c8fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion chat/src/event_config.py
Original file line number Diff line number Diff line change
@@ -63,7 +63,6 @@ def __post_init__(self):
self.attributes = self._get_attributes()
self.azure_endpoint = self._get_azure_endpoint()
self.azure_resource_name = self._get_azure_resource_name()
self.azure_endpoint = self._get_azure_endpoint()
self.debug_mode = self._is_debug_mode_enabled()
self.deployment_name = self._get_deployment_name()
self.is_logged_in = self.api_token.is_logged_in()

0 comments on commit 6f4c8fd

Please sign in to comment.