Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gajim
gajim
Commits
4cedb943
Verified
Commit
4cedb943
authored
May 14, 2021
by
Marcin Mielniczuk
Browse files
Annotate the type for Page.__gsignals__ to fix the mypy failure
parent
debab37e
Changes
2
Hide whitespace changes
Inline
Side-by-side
gajim/gtk/account_wizard.py
View file @
4cedb943
...
...
@@ -12,7 +12,6 @@
# You should have received a copy of the GNU General Public License
# along with Gajim. If not, see <http://www.gnu.org/licenses/>.
# type: ignore
import
logging
from
gi.repository
import
Gdk
...
...
gajim/gtk/assistant.py
View file @
4cedb943
...
...
@@ -180,7 +180,7 @@ def __on_destroy(self, *args):
class
Page
(
Gtk
.
Box
):
__gsignals__
=
{
__gsignals__
:
dict
=
{
'update-page-complete'
:
(
GObject
.
SignalFlags
.
RUN_LAST
,
None
,
()),
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment