mirror of
https://github.com/pyapp-kit/superqt.git
synced 2026-01-07 12:51:49 +01:00
Fix some small linting issues. (#41)
* fix some linting * add tests * update versions * update setup
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
"""Example for QCollapsible"""
|
||||
from PySide2.QtWidgets import QLabel
|
||||
from superqt import QCollapsible
|
||||
from superqt.qtcompat.QtWidgets import QApplication, QPushButton, QLabel
|
||||
from superqt.qtcompat.QtWidgets import QApplication, QLabel, QPushButton
|
||||
|
||||
app = QApplication([])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user