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,10 +5,9 @@ This module contains unit tests for the ConfigModal class,
|
|||
validating modal behavior and configuration interaction.
|
||||
"""
|
||||
|
||||
import pytest
|
||||
from unittest.mock import Mock, patch
|
||||
from unittest.mock import Mock
|
||||
|
||||
from textual.widgets import Checkbox, Button
|
||||
from textual.widgets import Button
|
||||
|
||||
from hosts.core.config import Config
|
||||
from hosts.tui.config_modal import ConfigModal
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue