refact: minor cleanup

This commit is contained in:
sebthom
2025-02-10 22:06:03 +01:00
parent 5ade82b54d
commit f3beb795b4
3 changed files with 25 additions and 29 deletions

View File

@@ -8,8 +8,7 @@ from collections.abc import Sized
from typing import Any, Final, NamedTuple
from kleinanzeigen_bot import resources
from . import reflect
from . import dicts
from . import dicts, reflect
__all__ = [
"Locale",