Skip to content

Commit

Permalink
👌 Updating code due to code review changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorsk1 committed Jul 10, 2020
1 parent 046dce2 commit 61e9018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metadata_service/proxy/atlas_proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,7 @@ def _get_readers(self, qualified_name: str, top: Optional[int] = None) -> List[R

results = []

if len(readers) > 0:
if readers:
read_entities = extract_entities(self._driver.entity_bulk(guid=readers, ignoreRelationships=False))

for read_entity in read_entities:
Expand Down

0 comments on commit 61e9018

Please sign in to comment.