refactor: Remove unused pytest import in test_editor.py

This commit is contained in:
Paul Gauthier (aider) 2025-02-24 10:21:51 -08:00
parent d65e3f73df
commit 757fbb0124

View file

@ -1,8 +1,6 @@
import os import os
from unittest.mock import MagicMock, patch from unittest.mock import MagicMock, patch
import pytest
from aider.editor import ( from aider.editor import (
DEFAULT_EDITOR_NIX, DEFAULT_EDITOR_NIX,
DEFAULT_EDITOR_OS_X, DEFAULT_EDITOR_OS_X,