From c0e20fe36eeb4fec780b14378eaf7552b2fd5d54 Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Thu, 10 Dec 2020 19:44:17 +0100 Subject: [PATCH] hound fix --- pype/modules/clockify/widgets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pype/modules/clockify/widgets.py b/pype/modules/clockify/widgets.py index 85120b4794..718e6668bd 100644 --- a/pype/modules/clockify/widgets.py +++ b/pype/modules/clockify/widgets.py @@ -10,7 +10,7 @@ class MessageWidget(QtWidgets.QWidget): closed = QtCore.Signal() - def __init__(self, messages=[], title="Message"): + def __init__(self, messages, title): super(MessageWidget, self).__init__() # Icon