We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e8cbd0 commit d57709cCopy full SHA for d57709c
1 file changed
archinstall/lib/output.py
@@ -17,7 +17,7 @@
17
class FormattedOutput:
18
@staticmethod
19
def _get_values(
20
- o: 'DataclassInstance',
+ o: DataclassInstance,
21
class_formatter: str | Callable | None = None, # type: ignore[type-arg]
22
filter_list: list[str] = [],
23
) -> dict[str, Any]:
0 commit comments