make all same-module imports relative, the rest absolute

This makes sorting more consitent.
This commit is contained in:
Jörg Thalheim
2024-09-02 12:55:07 +02:00
parent 9fea3f909e
commit b313f2d066
56 changed files with 196 additions and 185 deletions

View File

@@ -1,4 +1,3 @@
from clan_cli.api import API
from clan_cli.inventory import (
AdminConfig,
ServiceAdmin,
@@ -9,6 +8,8 @@ from clan_cli.inventory import (
save_inventory,
)
from . import API
@API.register
def get_admin_service(base_url: str) -> ServiceAdmin | None: