mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Removed unnecessary parentheses
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
parent
951ea6286b
commit
afe863e36b
1 changed files with 1 additions and 1 deletions
|
|
@ -227,7 +227,7 @@ def _get_last_version_files(
|
|||
)
|
||||
|
||||
if not version_entity:
|
||||
return (None, None)
|
||||
return None, None
|
||||
|
||||
matching_repres = get_representations(
|
||||
project_name,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue