Skip to content

Commit

Permalink
Break a too long line
Browse files Browse the repository at this point in the history
  • Loading branch information
kangz12345 committed Apr 7, 2024
1 parent b97fba3 commit 8321570
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion iquip/apps/stage.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@

from PyQt5.QtCore import pyqtSignal, pyqtSlot, QObject, Qt, QThread, QTimer
from PyQt5.QtWidgets import (
QAbstractSpinBox, QDoubleSpinBox, QGridLayout, QGroupBox, QHBoxLayout, QPushButton, QVBoxLayout, QWidget,
QAbstractSpinBox, QDoubleSpinBox, QGridLayout, QGroupBox, QHBoxLayout,
QPushButton, QVBoxLayout, QWidget,
)

import qiwis
Expand Down

0 comments on commit 8321570

Please sign in to comment.