mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
ruff fixes
This commit is contained in:
parent
f2e014b3f8
commit
e8635725fa
3 changed files with 2 additions and 1 deletions
|
|
@ -88,6 +88,7 @@ __all__ = (
|
|||
"get_publish_template_name",
|
||||
|
||||
"publish_plugins_discover",
|
||||
"filter_crashed_publish_paths",
|
||||
"load_help_content_from_plugin",
|
||||
"load_help_content_from_filepath",
|
||||
|
||||
|
|
|
|||
|
|
@ -134,6 +134,7 @@ class PluginLoadReportModel(QtGui.QStandardItemModel):
|
|||
})
|
||||
return cls._blocking_icon
|
||||
|
||||
|
||||
class DetailWidget(QtWidgets.QTextEdit):
|
||||
def __init__(self, text, *args, **kwargs):
|
||||
super().__init__(*args, **kwargs)
|
||||
|
|
|
|||
|
|
@ -55,7 +55,6 @@ class DiscoverValidationModel(BaseSettingsModel):
|
|||
)
|
||||
|
||||
|
||||
|
||||
class CollectAnatomyInstanceDataModel(BaseSettingsModel):
|
||||
_isGroup = True
|
||||
follow_workfile_version: bool = SettingsField(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue