From 9c7c06b319ffdf3cabc586b20b2d8a75853c2d2a Mon Sep 17 00:00:00 2001 From: Rich Chiodo false Date: Thu, 25 Jul 2024 14:46:00 -0700 Subject: [PATCH] Fix linter again --- src/debugpy/adapter/clients.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/debugpy/adapter/clients.py b/src/debugpy/adapter/clients.py index 707a261c..69a3fe77 100644 --- a/src/debugpy/adapter/clients.py +++ b/src/debugpy/adapter/clients.py @@ -7,7 +7,7 @@ from __future__ import annotations import atexit import os import sys -from typing import TYPE_CHECKING, Any, Callable, Literal, Union, cast +from typing import Any, Callable, Union, cast import debugpy from debugpy import adapter, common, launcher