mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Fix linter again
This commit is contained in:
parent
e5f18898a1
commit
9c7c06b319
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue