From: Daniele Varrazzo Date: Fri, 21 Feb 2025 18:05:36 +0000 (+0100) Subject: chore: drop unused mypy ignore comment X-Git-Tag: pool-3.2.5~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a97f73c56a17914211cb34911c1c01ac881ca52b;p=thirdparty%2Fpsycopg.git chore: drop unused mypy ignore comment --- diff --git a/tests/fix_gc.py b/tests/fix_gc.py index ead6c6b21..0ee09d1bf 100644 --- a/tests/fix_gc.py +++ b/tests/fix_gc.py @@ -26,7 +26,7 @@ if sys.version_info[:2] == (3, 10): # Keeping the guard as strict as possible, to be extended if other types # or versions are necessary. try: - from _contextvars import Context # type: ignore + from _contextvars import Context except ImportError: pass else: