clan_lib: move clan_lib.flake.flake to clan_lib.flake
This commit is contained in:
@@ -8,7 +8,7 @@ from clan_cli.cmd import RunOpts, run
|
||||
from clan_cli.nix import nix_shell
|
||||
|
||||
from clan_lib.errors import ClanError
|
||||
from clan_lib.flake.flake import Flake
|
||||
from clan_lib.flake import Flake
|
||||
|
||||
from . import API
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ from pathlib import Path
|
||||
from typing import Any, TypedDict
|
||||
|
||||
from clan_lib.errors import ClanError
|
||||
from clan_lib.flake.flake import Flake
|
||||
from clan_lib.flake import Flake
|
||||
|
||||
from . import API
|
||||
|
||||
|
||||
Reference in New Issue
Block a user