Skip to content

Commit

Permalink
mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
deeleeramone committed Sep 17, 2024
1 parent 0720c4b commit 15de0c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ async def get_owner_name(item: Dict) -> Dict:
for item in results:
if isinstance(item, Exception):
continue
data.append(item)
data.append(item) # type: ignore

return data

Expand Down

0 comments on commit 15de0c4

Please sign in to comment.