From 7ca0a354cac0f8d5011ae280c97fb411a6215684 Mon Sep 17 00:00:00 2001 From: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com> Date: Fri, 13 Sep 2024 17:27:44 +0200 Subject: [PATCH] remove double line --- client/ayon_core/tools/publisher/widgets/report_page.py | 1 - 1 file changed, 1 deletion(-) diff --git a/client/ayon_core/tools/publisher/widgets/report_page.py b/client/ayon_core/tools/publisher/widgets/report_page.py index 0580777669..64281a7046 100644 --- a/client/ayon_core/tools/publisher/widgets/report_page.py +++ b/client/ayon_core/tools/publisher/widgets/report_page.py @@ -1494,7 +1494,6 @@ class ErrorDetailWidget(QtWidgets.QWidget): self._error_detail_expand_btn = error_detail_expand_btn self._error_detail_input = error_detail_input - def set_detail(self, detail): if not detail: self._set_visible_inputs(False)