nix fmt
All checks were successful
checks-impure / test (pull_request) Successful in 2m19s
checks / test (pull_request) Has been cancelled

This commit is contained in:
2023-11-26 12:47:16 +01:00
parent b034bd11f1
commit 258bf656cf
6 changed files with 216 additions and 211 deletions

View File

@@ -4,8 +4,8 @@ import sys
from pathlib import Path
from typing import Optional
from .clan_types import FlakeName
from .errors import ClanError
from .types import FlakeName
log = logging.getLogger(__name__)