From f4c8e487fb33630c24ff70610f1cadb1995aba8e Mon Sep 17 00:00:00 2001 From: Pavel Minaev Date: Wed, 3 Nov 2021 16:53:49 -0700 Subject: [PATCH] Remove unused import. --- tests/debugpy/test_django.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/debugpy/test_django.py b/tests/debugpy/test_django.py index 8365e32e..b8f14aaa 100644 --- a/tests/debugpy/test_django.py +++ b/tests/debugpy/test_django.py @@ -5,7 +5,6 @@ from __future__ import absolute_import, division, print_function, unicode_literals import pytest -import sys from debugpy.common import compat from tests import code, debug, log, net, test_data