Remove helper indirection and import shared service helpers directly
This commit is contained in:
@@ -30,8 +30,8 @@ if TYPE_CHECKING:
|
||||
|
||||
from app import __version__
|
||||
from app.exceptions import ConfigOperationError, ConfigValidationError, JailNotFoundError
|
||||
from app.helpers.log_helpers import preview_log as util_preview_log
|
||||
from app.helpers.log_helpers import test_regex as util_test_regex
|
||||
from app.services.log_service import preview_log as util_preview_log
|
||||
from app.services.log_service import test_regex as util_test_regex
|
||||
from app.models.config import (
|
||||
AddLogPathRequest,
|
||||
BantimeEscalation,
|
||||
|
||||
Reference in New Issue
Block a user