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 34992d5519
commit af4b9cc2d5
56 changed files with 196 additions and 185 deletions

View File

@@ -5,9 +5,8 @@ from contextlib import contextmanager
from pathlib import Path
from typing import Any
from clan_cli.jsonrpc import ClanJSONEncoder
from .dirs import user_history_file
from .jsonrpc import ClanJSONEncoder
@contextmanager