diff --git a/python_files/tests/test_shell_integration.py b/python_files/tests/test_shell_integration.py index 5e6897e33117..c34218dfebcc 100644 --- a/python_files/tests/test_shell_integration.py +++ b/python_files/tests/test_shell_integration.py @@ -2,7 +2,6 @@ import platform import sys from unittest.mock import Mock -import pytest import pythonrc is_wsl = "microsoft-standard-WSL" in platform.release()