python-tuf/tuf/api/serialization
Teodora Sechkova 5d71aab9ec
Remove disable=broad-except
The pylint warning W0703:broad-except was raised only
when six was used and python 2 was still supported.

The warning is no longer raised, the exceptions are
handled/raised correctly and the disabling can be removed.

Signed-off-by: Teodora Sechkova <tsechkova@vmware.com>
2021-09-01 17:41:32 +03:00
..
__init__.py Metadata API: Use TYPE_CHECKING for cyclic import 2021-05-19 14:26:55 +03:00
json.py Remove disable=broad-except 2021-09-01 17:41:32 +03:00