make all same-module imports relative, the rest absolute
This makes sorting more consitent.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user