pull/1030/merge
Mahak Shah 2024-12-07 00:50:24 -08:00 committed by GitHub
commit 6b7d043072
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ class UserGraphService(object):
# Reverse the list since we iterated backwards # Reverse the list since we iterated backwards
return path_ids[::-1] return path_ids[::-1]
def _shortest_path(self, source_key, dest_key, path): def _shortest_path(self, source_key, dest_key):
# Use the id to get the Person # Use the id to get the Person
source = self.person(source_key) source = self.person(source_key)
# Update our bfs queue # Update our bfs queue