Skip to content

Commit 3de47c9

Browse files
fix sanity
1 parent 0612624 commit 3de47c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/lookup/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def run(self, terms, variables=None, **kwargs):
8383

8484
if res is None:
8585
return []
86-
if type(res) is list:
86+
if isinstance(res, list):
8787
return res
8888

8989
return [res]

0 commit comments

Comments
 (0)