remove unused variable

This commit is contained in:
Jakub Trllo 2025-12-08 17:16:16 +01:00
parent 989c54001c
commit 9b35dd6cfc

View file

@ -267,7 +267,6 @@ class IntegrateThumbnailsAYON(pyblish.api.ContextPlugin):
"""
# How long to sleep before next attempt
wait_time = 1
filename = os.path.basename(repre_path)
ayon_con = ayon_api.get_server_api_connection()
headers = ayon_con.get_headers(content_type)