Fix linter again

This commit is contained in:
Rich Chiodo false 2024-07-25 14:46:00 -07:00
parent e5f18898a1
commit 9c7c06b319

View file

@ -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