Skip to content

Commit

Permalink
Update metaphor/openapi/extractor.py
Browse files Browse the repository at this point in the history
Co-authored-by: Tsung-Ju Lii <[email protected]>
  • Loading branch information
elic-eon and usefulalgorithm authored Oct 28, 2024
1 parent 1845887 commit 5bb7aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metaphor/openapi/extractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ async def extract(self) -> Collection[ENTITY_TYPES]:
return []

apis = self._extract_apis(openapi_json)
hierarchies = self._build_hierarchies(openapi_json)
hierarchies = self._extract_hierarchies(openapi_json)

return hierarchies + endpoints

Expand Down

0 comments on commit 5bb7aab

Please sign in to comment.