Fix some small linting issues. (#41)

* fix some linting

* add tests

* update versions

* update setup
This commit is contained in:
Talley Lambert
2021-11-21 19:09:34 -05:00
committed by GitHub
parent 789b98f892
commit d7afa8824c
5 changed files with 78 additions and 37 deletions

View File

@@ -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([])