refactor: import from module _tools instead of tools

This commit is contained in:
Stéphane Bidoul 2025-04-23 17:24:49 +02:00 committed by GitHub
parent b5175f2fee
commit c402e5d00e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,8 +12,8 @@ import yaml
from platformdirs import user_config_path
from pydantic import BaseModel, Field
from ._tools import OS
from .errors import MissingSettingsWarning
from .tools import OS
ENV_VAR = "COPIER_SETTINGS_PATH"