Refactor test imports: remove unused imports across configuration and modal test files
This commit is contained in:
parent
b0abec730c
commit
8b1c01c894
6 changed files with 8 additions and 17 deletions
|
@ -5,12 +5,8 @@ This module contains unit tests for the HostsManagerApp class,
|
|||
validating application behavior, navigation, and user interactions.
|
||||
"""
|
||||
|
||||
import pytest
|
||||
import tempfile
|
||||
from unittest.mock import Mock, patch, MagicMock
|
||||
from pathlib import Path
|
||||
from unittest.mock import Mock, patch
|
||||
|
||||
from textual.widgets import DataTable, Static
|
||||
|
||||
from hosts.main import HostsManagerApp
|
||||
from hosts.core.models import HostEntry, HostsFile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue