diff --git a/openpype/tools/publisher/widgets/__init__.py b/openpype/tools/publisher/widgets/__init__.py index 81bb77ce89..835624c28d 100644 --- a/openpype/tools/publisher/widgets/__init__.py +++ b/openpype/tools/publisher/widgets/__init__.py @@ -9,7 +9,7 @@ from .widgets import ( ValidateBtn, PublishBtn, ) -from .publish_widget import PublishFrame +from .publish_frame import PublishFrame from .tabs_widget import PublisherTabsWidget from .overview_widget import OverviewWidget from .validations_widget import ValidationsWidget diff --git a/openpype/tools/publisher/widgets/publish_widget.py b/openpype/tools/publisher/widgets/publish_frame.py similarity index 100% rename from openpype/tools/publisher/widgets/publish_widget.py rename to openpype/tools/publisher/widgets/publish_frame.py