Skip to content

Commit 1a3c68f

Browse files
committed
Remove quotes from type annotation
1 parent 3ba29f1 commit 1a3c68f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

archinstall/lib/output.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
class FormattedOutput:
1818
@staticmethod
1919
def _get_values(
20-
o: 'DataclassInstance',
20+
o: DataclassInstance,
2121
class_formatter: str | Callable | None = None, # type: ignore[type-arg]
2222
filter_list: list[str] = [],
2323
) -> dict[str, Any]:

0 commit comments

Comments
 (0)