mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Updated updater.py
Changed None to ``None`` in the docstring Signed-off-by: Abhisman Sarkar <abhisman.sarkar@gmail.com>
This commit is contained in:
parent
b5e952cee3
commit
c9505ae3cc
1 changed files with 1 additions and 1 deletions
|
|
@ -183,7 +183,7 @@ def find_cached_target(
|
|||
|
||||
Returns:
|
||||
Local file path if the file is an up to date target file.
|
||||
None if file is not found or it is not up to date.
|
||||
``None`` if file is not found or it is not up to date.
|
||||
"""
|
||||
|
||||
if filepath is None:
|
||||
|
|
|
|||
Loading…
Reference in a new issue