renamed module to avoid shaddowing

This commit is contained in:
2025-06-08 14:05:08 +02:00
parent a85d4eef1d
commit 2ef69efec4
2 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ from typing import Any
from typing_extensions import Sequence
from .logger import setup_logging, getLogger
from .types import Config
from .custom_types import Config
from . import cloudns