mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 13:24:54 +01:00
hound fix
This commit is contained in:
parent
d6b22badd2
commit
199be9fb72
1 changed files with 1 additions and 2 deletions
|
|
@ -1,5 +1,4 @@
|
|||
import copy
|
||||
import math
|
||||
from collections import defaultdict
|
||||
|
||||
from qtpy import QtWidgets, QtCore, QtGui
|
||||
|
|
@ -92,7 +91,7 @@ class DeliveryOptionsDialog(QtWidgets.QDialog):
|
|||
renumber_frame = QtWidgets.QCheckBox()
|
||||
|
||||
frame_offset_value = QtWidgets.QSpinBox()
|
||||
frame_offset_value.setMinimum(-(1<<32)//2)
|
||||
frame_offset_value.setMinimum(-(1 << 32) // 2)
|
||||
|
||||
root_line_edit = QtWidgets.QLineEdit()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue