summaryrefslogtreecommitdiff
path: root/poezio/core/structs.py
diff options
context:
space:
mode:
Diffstat (limited to 'poezio/core/structs.py')
-rw-r--r--poezio/core/structs.py2
1 files changed, 1 insertions, 1 deletions
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',
]