imports sort

This commit is contained in:
2025-10-13 14:28:11 +03:00
parent 36b4d16610
commit a5e72161ef
23 changed files with 79 additions and 81 deletions
+4 -6
View File
@@ -6,12 +6,10 @@ __all__ = [
from argparse import ArgumentParser, Namespace
from typing import Never, Self
from argenta.orchestrator.argparser.arguments.models import (
BaseArgument,
BooleanArgument,
InputArgument,
ValueArgument
)
from argenta.orchestrator.argparser.arguments.models import (BaseArgument,
BooleanArgument,
InputArgument,
ValueArgument)
class ArgSpace: