mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
removed unused import
This commit is contained in:
parent
dae923f286
commit
15c8aad1d8
1 changed files with 1 additions and 3 deletions
|
|
@ -1,6 +1,5 @@
|
|||
import logging
|
||||
import os
|
||||
import uuid
|
||||
from pathlib import Path
|
||||
from collections import defaultdict
|
||||
|
||||
|
|
@ -118,9 +117,8 @@ class ExportOTIOOptionsDialog(QtWidgets.QDialog):
|
|||
repre_name_buttons = []
|
||||
for idx, name in enumerate(all_representation_names):
|
||||
repre_name_btn = QtWidgets.QPushButton(name, input_widget)
|
||||
col = idx + 1
|
||||
input_layout.addWidget(
|
||||
repre_name_btn, row, col,
|
||||
repre_name_btn, row, idx + 1,
|
||||
alignment=QtCore.Qt.AlignCenter
|
||||
)
|
||||
repre_name_btn.clicked.connect(self._toggle_all)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue