From e8158ed9cb0f37e4bd5f5aa0b0ba7eba74331cd9 Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Mon, 25 Oct 2021 17:21:02 +0200 Subject: [PATCH] fix 2 line method separation --- openpype/tools/publisher/window.py | 1 - 1 file changed, 1 deletion(-) diff --git a/openpype/tools/publisher/window.py b/openpype/tools/publisher/window.py index 8440a727ca..fb5b0c4e92 100644 --- a/openpype/tools/publisher/window.py +++ b/openpype/tools/publisher/window.py @@ -242,7 +242,6 @@ class PublisherWindow(QtWidgets.QDialog): self.creator_window = creator_window - def showEvent(self, event): super(PublisherWindow, self).showEvent(event) if self._first_show: