Updated updater.py

Changed None to ``None`` in the docstring

Signed-off-by: Abhisman Sarkar <abhisman.sarkar@gmail.com>
This commit is contained in:
Abhisman Sarkar 2022-07-07 08:17:39 +05:30
parent b5e952cee3
commit c9505ae3cc

View file

@ -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: