mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
removed unsued btn variable
This commit is contained in:
parent
e9ab750159
commit
f3a91bb95a
1 changed files with 0 additions and 1 deletions
|
|
@ -36,7 +36,6 @@ class MongoWidget(QtWidgets.QWidget):
|
|||
"""Widget to input mongodb URL."""
|
||||
|
||||
def __init__(self, parent=None):
|
||||
self._btn_mongo = None
|
||||
super(MongoWidget, self).__init__(parent)
|
||||
mongo_layout = QtWidgets.QHBoxLayout()
|
||||
mongo_layout.setContentsMargins(0, 0, 0, 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue