fix cirular import

This commit is contained in:
Jörg Thalheim
2023-08-03 11:07:17 +02:00
parent 7f54a64c0a
commit 54e9d4427c
4 changed files with 36 additions and 33 deletions

View File

@@ -1,7 +1,8 @@
import argparse
from . import secrets
from .folders import add_key, list_objects, remove_object, sops_machines_folder
from .folders import list_objects, remove_object, sops_machines_folder
from .sops import add_key
from .types import (
machine_name_type,
public_or_private_age_key_type,