From 93f0865b3aeae9f818b0c3c1195b6f42542ec738 Mon Sep 17 00:00:00 2001 From: "Adam J. Stewart" Date: Sat, 13 May 2023 21:17:55 -0500 Subject: [PATCH] Unused import --- testing/typing_checks.py | 1 - 1 file changed, 1 deletion(-) diff --git a/testing/typing_checks.py b/testing/typing_checks.py index 19b9741e7..8f91a9fdf 100644 --- a/testing/typing_checks.py +++ b/testing/typing_checks.py @@ -4,7 +4,6 @@ This file is not executed, it is only checked by mypy to ensure that none of the code triggers any mypy errors. """ import contextlib -import sys from typing import Optional from typing_extensions import assert_type