From f2d7e86fc7426d6bdda244a4f399c7930b5624cc Mon Sep 17 00:00:00 2001 From: mathieui Date: Mon, 5 Jul 2021 22:25:38 +0200 Subject: typing: add a bunch of type ignores because this is too smart for mypy and I do not want to rewrite those things right now. --- slixmpp/test/integration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'slixmpp/test/integration.py') diff --git a/slixmpp/test/integration.py b/slixmpp/test/integration.py index e8093107..fe33fa57 100644 --- a/slixmpp/test/integration.py +++ b/slixmpp/test/integration.py @@ -11,7 +11,7 @@ except ImportError: # Python < 3.8 # just to make sure the imports do not break, but # not usable. - from unittest import TestCase as IsolatedAsyncioTestCase + from unittest import TestCase as IsolatedAsyncioTestCase # type: ignore from typing import ( Dict, List, -- cgit v1.2.3