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 (
ServiceMeta,
ServiceSingleDisk,
@@ -10,6 +9,8 @@ from clan_cli.inventory import (
save_inventory,
)
from . import API
def get_instance_name(machine_name: str) -> str:
return f"{machine_name}-single-disk"