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

@@ -11,8 +11,7 @@ from pathlib import Path
from tempfile import TemporaryDirectory
from typing import Any
from clan_cli.api import API
from .api import API
from .clan_uri import FlakeId
from .cmd import Log, run
from .completions import add_dynamic_completer, complete_machines