Skip to content

Commit

Permalink
fix pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
rlehfeld committed Sep 21, 2024
1 parent cca6ca2 commit d520a21
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions AsyncLibrary/robot_async.py
Original file line number Diff line number Diff line change
Expand Up @@ -463,8 +463,7 @@ def async_get(self, handle=None, timeout=None):
'async_get caught exceptions',
exceptions
)
else:
raise exceptions[-1]
raise exceptions[-1]

ret = [futures[h].result() for h in handles]

Expand Down

0 comments on commit d520a21

Please sign in to comment.