Skip to content

Commit f16b583

Browse files
committed
fix line length
1 parent 7bf3707 commit f16b583

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ayon_api/server_api.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7952,8 +7952,9 @@ def get_workfile_thumbnail(
79527952
if thumbnail_id:
79537953
warnings.warn(
79547954
(
7955-
"Function 'get_workfile_thumbnail' got 'thumbnail_id' which"
7956-
" is deprecated and will be removed in future version."
7955+
"Function 'get_workfile_thumbnail' got 'thumbnail_id'"
7956+
" which is deprecated and will be removed in future"
7957+
" version."
79577958
),
79587959
DeprecationWarning
79597960
)

0 commit comments

Comments
 (0)