mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
formatting fixes
This commit is contained in:
parent
f19c6d0ad8
commit
afe70c0f55
2 changed files with 2 additions and 2 deletions
|
|
@ -59,7 +59,7 @@ class ActionItem:
|
|||
|
||||
@dataclass
|
||||
class WorkfileItem:
|
||||
filename : str
|
||||
filename: str
|
||||
exists: bool
|
||||
icon: Optional[str]
|
||||
version: Optional[int]
|
||||
|
|
|
|||
|
|
@ -161,4 +161,4 @@ class WorkfilesPage(QtWidgets.QWidget):
|
|||
self._workfiles_model.refresh()
|
||||
|
||||
def _on_refresh(self) -> None:
|
||||
self._workfiles_proxy.sort(0, QtCore.Qt.DescendingOrder )
|
||||
self._workfiles_proxy.sort(0, QtCore.Qt.DescendingOrder)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue