python-tuf/tuf/api
Joshua Lock fea52b54ee Remove use of single letter variable
A single letter variable name of 'f' causes pylint to throw a coding style
convention warning:

C0103: Variable name "f" doesn't conform to snake_case naming style
(invalid-name)

Signed-off-by: Joshua Lock <jlock@vmware.com>
2020-10-15 14:35:14 +01:00
..
__init__.py tuf/api: Expose tuf.api as a package 2020-10-15 14:35:14 +01:00
metadata.py Remove use of single letter variable 2020-10-15 14:35:14 +01:00
pylintrc Add minimal pylintrc for new code in tuf/api 2020-10-15 14:35:14 +01:00