Skip to content

Commit

Permalink
fix: Fix Pylint raise-missing-from
Browse files Browse the repository at this point in the history
  • Loading branch information
mithi committed Jan 5, 2021
1 parent 91d9cbd commit 4d0bdb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def load_params(params_json, params_type):

raise Exception(
f'params_type must be "dims", "pose" or "ik", not {params_type}'
)
) from e

return params

Expand Down

0 comments on commit 4d0bdb0

Please sign in to comment.