Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulkaukuntla committed Jul 8, 2024
1 parent 3637a65 commit 1d2ad82
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def component_in_catalog(self, component_types):

def get_response_time(self, endpoint_types, remove_project_id=True, is_heat=False):
endpoint = (
self._catalog.get_endpoint_by_type(endpoint_types).replace(f"/v1/{self._current_project_id}", "")
self._catalog.get_endpoint_by_type(endpoint_types).replace(f"/v1/{self._current_project_id}", "")
if is_heat
else (
self._catalog.get_endpoint_by_type(endpoint_types).replace(self._current_project_id, "")
Expand Down

0 comments on commit 1d2ad82

Please sign in to comment.