diff --git a/poezio/core/structs.py b/poezio/core/structs.py index 5866b19f..e4d42551 100644 --- a/poezio/core/structs.py +++ b/poezio/core/structs.py @@ -6,7 +6,7 @@ from typing import Any, Callable, List, Dict __all__ = [ 'Command', - 'Completion' + 'Completion', 'POSSIBLE_SHOW', 'Status', ]