fix linting

This commit is contained in:
Ishaan Jaffer 2025-11-08 10:35:23 -08:00
parent e637733e36
commit c217bddb59

View file

@ -2005,9 +2005,9 @@ async def initialize_pass_through_endpoints(
)
# remove the ones that are not visited from the list
for endpoint in registered_pass_through_endpoints:
if endpoint not in visited_endpoints:
InitPassThroughEndpointHelpers.remove_endpoint_routes(endpoint)
for endpoint_key in registered_pass_through_endpoints:
if endpoint_key not in visited_endpoints:
InitPassThroughEndpointHelpers.remove_endpoint_routes(endpoint_key)
async def _get_pass_through_endpoints_from_db(