mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Removed unnecessary f
This commit is contained in:
parent
07edce9c9c
commit
a802285a6c
1 changed files with 1 additions and 1 deletions
|
|
@ -1393,7 +1393,7 @@ class ProjectPushItemProcess:
|
|||
src_author = src_version_entity["author"]
|
||||
query = "&".join([
|
||||
f"project={src_project_name}",
|
||||
f"type=version",
|
||||
"type=version",
|
||||
f"id={src_version_id}"
|
||||
])
|
||||
version_url = (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue